Html Css Color HEX #412211 Brown Pod

📋 copy color: '#412211'

red 65 ◦ green 34 ◦ blue 17

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

Shades of Brown Pod #412211

Tints of Brown Pod #412211

RGB

 RED value IS 65 (25.78% from 255) = 56.03%

 GREEN value IS 34 (13.67% from 255) = 29.31%

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

R = 56.03%
G = 29.31%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412211 (or 0x412211) is known color: Brown Pod. HEX triplet: 41, 22 and 11. RGB value is (65,34,17). Sum of RGB (Red+Green+Blue) = 65+34+17=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #412211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412211 is #BEDDEE. Grayscale: #292929. Windows color (decimal): -12508655 or 1122881. OLE color: 1122881.

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

Color convert

RGB 65 34 17 -
CMYK 0 0.48 0.74 0.75
HSL 21.25º 0.59% 0.16% -
HSV(B) 21.25º 0.74% 0.25% -
XYZ 2.85 2.31 0.83 -
YUV 41.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 65 34 17 0 0.48 0.74 0.75 21.25 0.59 0.16
Hex 41 22 11 0 30 4A 4B 15 3B 10
Octal 101 42 21 0 60 112 113 25 73 20
Binary 1000001 100010 10001 0 110000 1001010 1001011 10101 111011 10000

Color Harmonies of #412211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412211

Black with #412211

Text Example


Text Example

White with #412211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412211; }

 p { color: rgb(65,34,17); }

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

background-color css

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

 a { background-color: rgb(65,34,17); }

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

border-color css

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

 span { border-color: rgb(65,34,17); }

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