Html Css Color HEX #432312 Brown Pod

📋 copy color: '#432312'

red 67 ◦ green 35 ◦ blue 18

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

Shades of Brown Pod #432312

Tints of Brown Pod #432312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

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

R = 55.83%
G = 29.17%
B = 15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#432312 (or 0x432312) is known color: Brown Pod. HEX triplet: 43, 23 and 12. RGB value is (67,35,18). Sum of RGB (Red+Green+Blue) = 67+35+18=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #432312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432312 is #BCDCED. Grayscale: #2A2A2A. Windows color (decimal): -12377326 or 1188675. OLE color: 1188675.

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

Color convert

RGB 67 35 18 -
CMYK 0 0.48 0.73 0.74
HSL 20.82º 0.58% 0.17% -
HSV(B) 20.82º 0.73% 0.26% -
XYZ 3.02 2.44 0.88 -
YUV 42.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 67 35 18 0 0.48 0.73 0.74 20.82 0.58 0.17
Hex 43 23 12 0 30 49 4A 15 3A 11
Octal 103 43 22 0 60 111 112 25 72 21
Binary 1000011 100011 10010 0 110000 1001001 1001010 10101 111010 10001

Color Harmonies of #432312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432312

Black with #432312

Text Example


Text Example

White with #432312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432312; }

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

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

background-color css

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

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

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

border-color css

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

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

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