Html Css Color HEX #412011 Brown Pod

📋 copy color: '#412011'

red 65 ◦ green 32 ◦ blue 17

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

Shades of Brown Pod #412011

Tints of Brown Pod #412011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.07%

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

R = 57.02%
G = 28.07%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412011 (or 0x412011) is known color: Brown Pod. HEX triplet: 41, 20 and 11. RGB value is (65,32,17). Sum of RGB (Red+Green+Blue) = 65+32+17=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412011 is #BEDFEE. Grayscale: #282828. Windows color (decimal): -12509167 or 1122369. OLE color: 1122369.

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

Color convert

RGB 65 32 17 -
CMYK 0 0.51 0.74 0.75
HSL 18.75º 0.59% 0.16% -
HSV(B) 18.75º 0.74% 0.25% -
XYZ 2.8 2.2 0.81 -
YUV 40.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 65 32 17 0 0.51 0.74 0.75 18.75 0.59 0.16
Hex 41 20 11 0 33 4A 4B 13 3B 10
Octal 101 40 21 0 63 112 113 23 73 20
Binary 1000001 100000 10001 0 110011 1001010 1001011 10011 111011 10000

Color Harmonies of #412011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412011

Black with #412011

Text Example


Text Example

White with #412011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412011; }

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

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

background-color css

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

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

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

border-color css

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

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

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