Html Css Color HEX #461704 Brown Pod

📋 copy color: '#461704'

red 70 ◦ green 23 ◦ blue 4

#461704
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #461704

Tints of Brown Pod #461704

RGB

 RED value IS 70 (27.73% from 255) = 72.16%

 GREEN value IS 23 (9.38% from 255) = 23.71%

 BLUE value IS 4 (1.95% from 255) = 4.12%

R = 72.16%
G = 23.71%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#461704 (or 0x461704) is known color: Brown Pod. HEX triplet: 46, 17 and 04. RGB value is (70,23,4). Sum of RGB (Red+Green+Blue) = 70+23+4=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #461704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461704 is #B9E8FB. Grayscale: #232323. Windows color (decimal): -12183804 or 268102. OLE color: 268102.

HSL color Cylindrical-coordinate representation of color #461704: hue angle of 17.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #461704 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 4 -
CMYK 0 0.67 0.94 0.73
HSL 17.27º 0.89% 0.15% -
HSV(B) 17.27º 0.94% 0.27% -
XYZ 2.85 1.92 0.34 -
YUV 34.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 70 23 4 0 0.67 0.94 0.73 17.27 0.89 0.15
Hex 46 17 4 0 43 5E 49 11 59 F
Octal 106 27 4 0 103 136 111 21 131 17
Binary 1000110 10111 100 0 1000011 1011110 1001001 10001 1011001 1111

Color Harmonies of #461704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461704

Black with #461704

Text Example


Text Example

White with #461704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461704; }

 p { color: rgb(70,23,4); }

 H1.HeaderClassName
 {
   color: #461704;
 }
 .AnyTagClassName
 {
   color: #461704;
 }
</style>

background-color css

<style>
 a { background-color: #461704; }

 a { background-color: rgb(70,23,4); }

 div.DivClassName
 {
   background-color: #461704;
 }
 .BgClassName
 {
   background-color: #461704;
 }
</style>

border-color css

<style>
 span { border-color: #461704; }

 span { border-color: rgb(70,23,4); }

 td.TdClassName
 {
   border-color: #461704;
 }
 .TagClassName
 {
   border-color: #461704;
 }
</style>