Html Css Color HEX #432820 Brown Pod

📋 copy color: '#432820'

red 67 ◦ green 40 ◦ blue 32

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

Shades of Brown Pod #432820

Tints of Brown Pod #432820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

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

R = 48.2%
G = 28.78%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#432820 (or 0x432820) is known color: Brown Pod. HEX triplet: 43, 28 and 20. RGB value is (67,40,32). Sum of RGB (Red+Green+Blue) = 67+40+32=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #432820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432820 is #BCD7DF. Grayscale: #2F2F2F. Windows color (decimal): -12376032 or 2107459. OLE color: 2107459.

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

Color convert

RGB 67 40 32 -
CMYK 0 0.40 0.52 0.74
HSL 13.71º 0.35% 0.19% -
HSV(B) 13.71º 0.52% 0.26% -
XYZ 3.33 2.82 1.73 -
YUV 47.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 67 40 32 0 0.40 0.52 0.74 13.71 0.35 0.19
Hex 43 28 20 0 28 34 4A E 23 13
Octal 103 50 40 0 50 64 112 16 43 23
Binary 1000011 101000 100000 0 101000 110100 1001010 1110 100011 10011

Color Harmonies of #432820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432820

Black with #432820

Text Example


Text Example

White with #432820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432820; }

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

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

background-color css

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

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

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

border-color css

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

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

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