Html Css Color HEX #432013 Brown Pod

📋 copy color: '#432013'

red 67 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #432013

Tints of Brown Pod #432013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 56.78%
G = 27.12%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#432013 (or 0x432013) is known color: Brown Pod. HEX triplet: 43, 20 and 13. RGB value is (67,32,19). Sum of RGB (Red+Green+Blue) = 67+32+19=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #432013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432013 is #BCDFEC. Grayscale: #292929. Windows color (decimal): -12378093 or 1253443. OLE color: 1253443.

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

Color convert

RGB 67 32 19 -
CMYK 0 0.52 0.72 0.74
HSL 16.25º 0.56% 0.17% -
HSV(B) 16.25º 0.72% 0.26% -
XYZ 2.95 2.27 0.9 -
YUV 40.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 67 32 19 0 0.52 0.72 0.74 16.25 0.56 0.17
Hex 43 20 13 0 34 48 4A 10 38 11
Octal 103 40 23 0 64 110 112 20 70 21
Binary 1000011 100000 10011 0 110100 1001000 1001010 10000 111000 10001

Color Harmonies of #432013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432013

Black with #432013

Text Example


Text Example

White with #432013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432013; }

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

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

background-color css

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

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

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

border-color css

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

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

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