Html Css Color HEX #432311 Brown Pod

📋 copy color: '#432311'

red 67 ◦ green 35 ◦ blue 17

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

Shades of Brown Pod #432311

Tints of Brown Pod #432311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.29%

R = 56.3%
G = 29.41%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#432311 (or 0x432311) is known color: Brown Pod. HEX triplet: 43, 23 and 11. RGB value is (67,35,17). Sum of RGB (Red+Green+Blue) = 67+35+17=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #432311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432311 is #BCDCEE. Grayscale: #2A2A2A. Windows color (decimal): -12377327 or 1123139. OLE color: 1123139.

HSL color Cylindrical-coordinate representation of color #432311: hue angle of 21.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #432311 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 35 17 -
CMYK 0 0.48 0.75 0.74
HSL 21.6º 0.6% 0.16% -
HSV(B) 21.6º 0.75% 0.26% -
XYZ 3.02 2.44 0.84 -
YUV 42.52 113.6 145.46 -
System Red Green Blue C M Y K H S L
Decimal 67 35 17 0 0.48 0.75 0.74 21.6 0.6 0.16
Hex 43 23 11 0 30 4B 4A 16 3C 10
Octal 103 43 21 0 60 113 112 26 74 20
Binary 1000011 100011 10001 0 110000 1001011 1001010 10110 111100 10000

Color Harmonies of #432311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432311

Black with #432311

Text Example


Text Example

White with #432311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432311; }

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

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

background-color css

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

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

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

border-color css

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

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

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