Html Css Color HEX #421908 Brown Pod

📋 copy color: '#421908'

red 66 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #421908

Tints of Brown Pod #421908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 66.67%
G = 25.25%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#421908 (or 0x421908) is known color: Brown Pod. HEX triplet: 42, 19 and 08. RGB value is (66,25,8). Sum of RGB (Red+Green+Blue) = 66+25+8=99 (13% of max value = 765). Red value is 66 (26.17% from 255 or 66.67% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 66 - color contains mainly: red. Hex color #421908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421908 is #BDE6F7. Grayscale: #232323. Windows color (decimal): -12445432 or 530754. OLE color: 530754.

HSL color Cylindrical-coordinate representation of color #421908: hue angle of 17.59º 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 #421908 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 25 8 -
CMYK 0 0.62 0.88 0.74
HSL 17.59º 0.78% 0.15% -
HSV(B) 17.59º 0.88% 0.26% -
XYZ 2.64 1.87 0.45 -
YUV 35.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 66 25 8 0 0.62 0.88 0.74 17.59 0.78 0.15
Hex 42 19 8 0 3E 58 4A 12 4E F
Octal 102 31 10 0 76 130 112 22 116 17
Binary 1000010 11001 1000 0 111110 1011000 1001010 10010 1001110 1111

Color Harmonies of #421908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421908

Black with #421908

Text Example


Text Example

White with #421908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421908; }

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

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

background-color css

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

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

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

border-color css

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

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

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