Html Css Color HEX #412212 Brown Pod

📋 copy color: '#412212'

red 65 ◦ green 34 ◦ blue 18

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

Shades of Brown Pod #412212

Tints of Brown Pod #412212

RGB

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

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

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

R = 55.56%
G = 29.06%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#412212 (or 0x412212) is known color: Brown Pod. HEX triplet: 41, 22 and 12. RGB value is (65,34,18). Sum of RGB (Red+Green+Blue) = 65+34+18=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412212 is #BEDDED. Grayscale: #292929. Windows color (decimal): -12508654 or 1188417. OLE color: 1188417.

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

Color convert

RGB 65 34 18 -
CMYK 0 0.48 0.72 0.75
HSL 20.43º 0.57% 0.16% -
HSV(B) 20.43º 0.72% 0.25% -
XYZ 2.86 2.31 0.87 -
YUV 41.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 65 34 18 0 0.48 0.72 0.75 20.43 0.57 0.16
Hex 41 22 12 0 30 48 4B 14 39 10
Octal 101 42 22 0 60 110 113 24 71 20
Binary 1000001 100010 10010 0 110000 1001000 1001011 10100 111001 10000

Color Harmonies of #412212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412212

Black with #412212

Text Example


Text Example

White with #412212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412212; }

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

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

background-color css

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

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

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

border-color css

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

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

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