Html Css Color HEX #432012 Brown Pod

📋 copy color: '#432012'

red 67 ◦ green 32 ◦ blue 18

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

Shades of Brown Pod #432012

Tints of Brown Pod #432012

RGB

 RED value IS 67 (26.56% from 255) = 57.26%

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

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

R = 57.26%
G = 27.35%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#432012 (or 0x432012) is known color: Brown Pod. HEX triplet: 43, 20 and 12. RGB value is (67,32,18). Sum of RGB (Red+Green+Blue) = 67+32+18=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #432012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432012 is #BCDFED. Grayscale: #282828. Windows color (decimal): -12378094 or 1187907. OLE color: 1187907.

HSL color Cylindrical-coordinate representation of color #432012: hue angle of 17.14º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432012 is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 32 18 -
CMYK 0 0.52 0.73 0.74
HSL 17.14º 0.58% 0.17% -
HSV(B) 17.14º 0.73% 0.26% -
XYZ 2.94 2.27 0.86 -
YUV 40.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 67 32 18 0 0.52 0.73 0.74 17.14 0.58 0.17
Hex 43 20 12 0 34 49 4A 11 3A 11
Octal 103 40 22 0 64 111 112 21 72 21
Binary 1000011 100000 10010 0 110100 1001001 1001010 10001 111010 10001

Color Harmonies of #432012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432012

Black with #432012

Text Example


Text Example

White with #432012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432012; }

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

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

background-color css

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

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

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

border-color css

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

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

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