Html Css Color HEX #432215 Brown Pod

📋 copy color: '#432215'

red 67 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #432215

Tints of Brown Pod #432215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.87%

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 54.92%
G = 27.87%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#432215 (or 0x432215) is known color: Brown Pod. HEX triplet: 43, 22 and 15. RGB value is (67,34,21). Sum of RGB (Red+Green+Blue) = 67+34+21=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #432215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432215 is #BCDDEA. Grayscale: #2A2A2A. Windows color (decimal): -12377579 or 1385027. OLE color: 1385027.

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

Color convert

RGB 67 34 21 -
CMYK 0 0.49 0.69 0.74
HSL 16.96º 0.52% 0.17% -
HSV(B) 16.96º 0.69% 0.26% -
XYZ 3.02 2.39 1.01 -
YUV 42.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 67 34 21 0 0.49 0.69 0.74 16.96 0.52 0.17
Hex 43 22 15 0 31 45 4A 11 34 11
Octal 103 42 25 0 61 105 112 21 64 21
Binary 1000011 100010 10101 0 110001 1000101 1001010 10001 110100 10001

Color Harmonies of #432215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432215

Black with #432215

Text Example


Text Example

White with #432215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432215; }

 p { color: rgb(67,34,21); }

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

background-color css

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

 a { background-color: rgb(67,34,21); }

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

border-color css

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

 span { border-color: rgb(67,34,21); }

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