Html Css Color HEX #421911 Brown Pod

📋 copy color: '#421911'

red 66 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #421911

Tints of Brown Pod #421911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 61.11%
G = 23.15%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#421911 (or 0x421911) is known color: Brown Pod. HEX triplet: 42, 19 and 11. RGB value is (66,25,17). Sum of RGB (Red+Green+Blue) = 66+25+17=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #421911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421911 is #BDE6EE. Grayscale: #242424. Windows color (decimal): -12445423 or 1120578. OLE color: 1120578.

HSL color Cylindrical-coordinate representation of color #421911: hue angle of 9.8º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421911 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 25 17 -
CMYK 0 0.62 0.74 0.74
HSL 9.8º 0.59% 0.16% -
HSV(B) 9.8º 0.74% 0.26% -
XYZ 2.7 1.89 0.75 -
YUV 36.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 66 25 17 0 0.62 0.74 0.74 9.8 0.59 0.16
Hex 42 19 11 0 3E 4A 4A A 3B 10
Octal 102 31 21 0 76 112 112 12 73 20
Binary 1000010 11001 10001 0 111110 1001010 1001010 1010 111011 10000

Color Harmonies of #421911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421911

Black with #421911

Text Example


Text Example

White with #421911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421911; }

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

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

background-color css

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

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

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

border-color css

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

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

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