Html Css Color HEX #432320 Brown Pod

📋 copy color: '#432320'

red 67 ◦ green 35 ◦ blue 32

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

Shades of Brown Pod #432320

Tints of Brown Pod #432320

RGB

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

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

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

R = 50%
G = 26.12%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#432320 (or 0x432320) is known color: Brown Pod. HEX triplet: 43, 23 and 20. RGB value is (67,35,32). Sum of RGB (Red+Green+Blue) = 67+35+32=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #432320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432320 is #BCDCDF. Grayscale: #2C2C2C. Windows color (decimal): -12377312 or 2106179. OLE color: 2106179.

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

Color convert

RGB 67 35 32 -
CMYK 0 0.48 0.52 0.74
HSL 5.14º 0.35% 0.19% -
HSV(B) 5.14º 0.52% 0.26% -
XYZ 3.18 2.5 1.68 -
YUV 44.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 67 35 32 0 0.48 0.52 0.74 5.14 0.35 0.19
Hex 43 23 20 0 30 34 4A 5 23 13
Octal 103 43 40 0 60 64 112 5 43 23
Binary 1000011 100011 100000 0 110000 110100 1001010 101 100011 10011

Color Harmonies of #432320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432320

Black with #432320

Text Example


Text Example

White with #432320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432320; }

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

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

background-color css

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

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

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

border-color css

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

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

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