Html Css Color HEX #421D11 Brown Pod

📋 copy color: '#421D11'

red 66 ◦ green 29 ◦ blue 17

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

Shades of Brown Pod #421D11

Tints of Brown Pod #421D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25.89%

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

R = 58.93%
G = 25.89%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#421D11 (or 0x421D11) is known color: Brown Pod. HEX triplet: 42, 1D and 11. RGB value is (66,29,17). Sum of RGB (Red+Green+Blue) = 66+29+17=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 17 (7.03% from 255 or 15.18% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421D11 is #BDE2EE. Grayscale: #262626. Windows color (decimal): -12444399 or 1121602. OLE color: 1121602.

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

Color convert

RGB 66 29 17 -
CMYK 0 0.56 0.74 0.74
HSL 14.69º 0.59% 0.16% -
HSV(B) 14.69º 0.74% 0.26% -
XYZ 2.79 2.08 0.78 -
YUV 38.7 115.76 147.48 -
System Red Green Blue C M Y K H S L
Decimal 66 29 17 0 0.56 0.74 0.74 14.69 0.59 0.16
Hex 42 1D 11 0 38 4A 4A F 3B 10
Octal 102 35 21 0 70 112 112 17 73 20
Binary 1000010 11101 10001 0 111000 1001010 1001010 1111 111011 10000

Color Harmonies of #421D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D11

Black with #421D11

Text Example


Text Example

White with #421D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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