Html Css Color HEX #42211D Brown Pod

📋 copy color: '#42211D'

red 66 ◦ green 33 ◦ blue 29

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

Shades of Brown Pod #42211D

Tints of Brown Pod #42211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.78%

 BLUE value IS 29 (11.72% from 255) = 22.66%

R = 51.56%
G = 25.78%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42211D (or 0x42211D) is known color: Brown Pod. HEX triplet: 42, 21 and 1D. RGB value is (66,33,29). Sum of RGB (Red+Green+Blue) = 66+33+29=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42211D is #BDDEE2. Grayscale: #2A2A2A. Windows color (decimal): -12443363 or 1909058. OLE color: 1909058.

HSL color Cylindrical-coordinate representation of color #42211D: hue angle of 6.49º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42211D is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 33 29 -
CMYK 0 0.5 0.56 0.74
HSL 6.49º 0.39% 0.19% -
HSV(B) 6.49º 0.56% 0.26% -
XYZ 3.01 2.33 1.45 -
YUV 42.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 66 33 29 0 0.5 0.56 0.74 6.49 0.39 0.19
Hex 42 21 1D 0 32 38 4A 6 27 13
Octal 102 41 35 0 62 70 112 6 47 23
Binary 1000010 100001 11101 0 110010 111000 1001010 110 100111 10011

Color Harmonies of #42211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42211D

Black with #42211D

Text Example


Text Example

White with #42211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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