Html Css Color HEX #412012 Brown Pod

📋 copy color: '#412012'

red 65 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #412012

Tints of Brown Pod #412012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 56.52%
G = 27.83%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#412012 (or 0x412012) is known color: Brown Pod. HEX triplet: 41, 20 and 12. RGB value is (65,32,18). Sum of RGB (Red+Green+Blue) = 65+32+18=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412012 is #BEDFED. Grayscale: #282828. Windows color (decimal): -12509166 or 1187905. OLE color: 1187905.

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

Color convert

RGB 65 32 18 -
CMYK 0 0.51 0.72 0.75
HSL 17.87º 0.57% 0.16% -
HSV(B) 17.87º 0.72% 0.25% -
XYZ 2.81 2.2 0.85 -
YUV 40.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 65 32 18 0 0.51 0.72 0.75 17.87 0.57 0.16
Hex 41 20 12 0 33 48 4B 12 39 10
Octal 101 40 22 0 63 110 113 22 71 20
Binary 1000001 100000 10010 0 110011 1001000 1001011 10010 111001 10000

Color Harmonies of #412012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412012

Black with #412012

Text Example


Text Example

White with #412012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412012; }

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

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

background-color css

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

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

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

border-color css

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

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

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