Html Css Color HEX #421608 Brown Pod

📋 copy color: '#421608'

red 66 ◦ green 22 ◦ blue 8

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

Shades of Brown Pod #421608

Tints of Brown Pod #421608

RGB

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

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

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

R = 68.75%
G = 22.92%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#421608 (or 0x421608) is known color: Brown Pod. HEX triplet: 42, 16 and 08. RGB value is (66,22,8). Sum of RGB (Red+Green+Blue) = 66+22+8=96 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.75% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 66 - color contains mainly: red. Hex color #421608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421608 is #BDE9F7. Grayscale: #212121. Windows color (decimal): -12446200 or 529986. OLE color: 529986.

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

Color convert

RGB 66 22 8 -
CMYK 0 0.67 0.88 0.74
HSL 14.48º 0.78% 0.15% -
HSV(B) 14.48º 0.88% 0.26% -
XYZ 2.58 1.75 0.43 -
YUV 33.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 66 22 8 0 0.67 0.88 0.74 14.48 0.78 0.15
Hex 42 16 8 0 43 58 4A E 4E F
Octal 102 26 10 0 103 130 112 16 116 17
Binary 1000010 10110 1000 0 1000011 1011000 1001010 1110 1001110 1111

Color Harmonies of #421608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421608

Black with #421608

Text Example


Text Example

White with #421608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421608; }

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

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

background-color css

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

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

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

border-color css

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

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

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