Html Css Color HEX #421808 Brown Pod

📋 copy color: '#421808'

red 66 ◦ green 24 ◦ blue 8

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

Shades of Brown Pod #421808

Tints of Brown Pod #421808

RGB

 RED value IS 66 (26.17% from 255) = 67.35%

 GREEN value IS 24 (9.77% from 255) = 24.49%

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

R = 67.35%
G = 24.49%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#421808 (or 0x421808) is known color: Brown Pod. HEX triplet: 42, 18 and 08. RGB value is (66,24,8). Sum of RGB (Red+Green+Blue) = 66+24+8=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #421808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421808 is #BDE7F7. Grayscale: #222222. Windows color (decimal): -12445688 or 530498. OLE color: 530498.

HSL color Cylindrical-coordinate representation of color #421808: hue angle of 16.55º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421808 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 24 8 -
CMYK 0 0.64 0.88 0.74
HSL 16.55º 0.78% 0.15% -
HSV(B) 16.55º 0.88% 0.26% -
XYZ 2.62 1.83 0.44 -
YUV 34.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 66 24 8 0 0.64 0.88 0.74 16.55 0.78 0.15
Hex 42 18 8 0 40 58 4A 11 4E F
Octal 102 30 10 0 100 130 112 21 116 17
Binary 1000010 11000 1000 0 1000000 1011000 1001010 10001 1001110 1111

Color Harmonies of #421808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421808

Black with #421808

Text Example


Text Example

White with #421808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421808; }

 p { color: rgb(66,24,8); }

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

background-color css

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

 a { background-color: rgb(66,24,8); }

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

border-color css

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

 span { border-color: rgb(66,24,8); }

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