Html Css Color HEX #421508 Brown Pod

📋 copy color: '#421508'

red 66 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #421508

Tints of Brown Pod #421508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 69.47%
G = 22.11%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#421508 (or 0x421508) is known color: Brown Pod. HEX triplet: 42, 15 and 08. RGB value is (66,21,8). Sum of RGB (Red+Green+Blue) = 66+21+8=95 (12% of max value = 765). Red value is 66 (26.17% from 255 or 69.47% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 66 - color contains mainly: red. Hex color #421508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421508 is #BDEAF7. Grayscale: #212121. Windows color (decimal): -12446456 or 529730. OLE color: 529730.

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

Color convert

RGB 66 21 8 -
CMYK 0 0.68 0.88 0.74
HSL 13.45º 0.78% 0.15% -
HSV(B) 13.45º 0.88% 0.26% -
XYZ 2.56 1.71 0.43 -
YUV 32.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 66 21 8 0 0.68 0.88 0.74 13.45 0.78 0.15
Hex 42 15 8 0 44 58 4A D 4E F
Octal 102 25 10 0 104 130 112 15 116 17
Binary 1000010 10101 1000 0 1000100 1011000 1001010 1101 1001110 1111

Color Harmonies of #421508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421508

Black with #421508

Text Example


Text Example

White with #421508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421508; }

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

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

background-color css

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

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

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

border-color css

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

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

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