Html Css Color HEX #432720 Brown Pod

📋 copy color: '#432720'

red 67 ◦ green 39 ◦ blue 32

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

Shades of Brown Pod #432720

Tints of Brown Pod #432720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.26%

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 48.55%
G = 28.26%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#432720 (or 0x432720) is known color: Brown Pod. HEX triplet: 43, 27 and 20. RGB value is (67,39,32). Sum of RGB (Red+Green+Blue) = 67+39+32=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #432720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432720 is #BCD8DF. Grayscale: #2E2E2E. Windows color (decimal): -12376288 or 2107203. OLE color: 2107203.

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

Color convert

RGB 67 39 32 -
CMYK 0 0.42 0.52 0.74
HSL 12º 0.35% 0.19% -
HSV(B) 12º 0.52% 0.26% -
XYZ 3.3 2.75 1.72 -
YUV 46.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 67 39 32 0 0.42 0.52 0.74 12 0.35 0.19
Hex 43 27 20 0 2A 34 4A C 23 13
Octal 103 47 40 0 52 64 112 14 43 23
Binary 1000011 100111 100000 0 101010 110100 1001010 1100 100011 10011

Color Harmonies of #432720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432720

Black with #432720

Text Example


Text Example

White with #432720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432720; }

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

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

background-color css

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

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

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

border-color css

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

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

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