Html Css Color HEX #401608 Brown Pod

📋 copy color: '#401608'

red 64 ◦ green 22 ◦ blue 8

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

Shades of Brown Pod #401608

Tints of Brown Pod #401608

RGB

 RED value IS 64 (25.39% from 255) = 68.09%

 GREEN value IS 22 (8.98% from 255) = 23.4%

 BLUE value IS 8 (3.52% from 255) = 8.51%

R = 68.09%
G = 23.4%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#401608 (or 0x401608) is known color: Brown Pod. HEX triplet: 40, 16 and 08. RGB value is (64,22,8). Sum of RGB (Red+Green+Blue) = 64+22+8=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401608 is #BFE9F7. Grayscale: #212121. Windows color (decimal): -12577272 or 529984. OLE color: 529984.

HSL color Cylindrical-coordinate representation of color #401608: hue angle of 15º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401608 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 22 8 -
CMYK 0 0.66 0.87 0.75
HSL 15º 0.78% 0.14% -
HSV(B) 15º 0.88% 0.25% -
XYZ 2.45 1.68 0.43 -
YUV 32.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 64 22 8 0 0.66 0.87 0.75 15 0.78 0.14
Hex 40 16 8 0 42 57 4B F 4E E
Octal 100 26 10 0 102 127 113 17 116 16
Binary 1000000 10110 1000 0 1000010 1010111 1001011 1111 1001110 1110

Color Harmonies of #401608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401608

Black with #401608

Text Example


Text Example

White with #401608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401608; }

 p { color: rgb(64,22,8); }

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

background-color css

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

 a { background-color: rgb(64,22,8); }

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

border-color css

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

 span { border-color: rgb(64,22,8); }

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