#432F2C

Color #432F2C Cedar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cedar #432F2C

Tints of Cedar #432F2C

Color information

#432F2C (or 0x432F2C) is unknown color: approx Cedar. HEX triplet: 43, 2F and 2C. RGB value is (67,47,44). Sum of RGB (Red+Green+Blue) = 67+47+44=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 67 - color contains mainly: red. Hex color #432F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432F2C is #BCD0D3. Grayscale: #343434. Windows color (decimal): -12374228 or 2895683. OLE color: 2895683.

HSL color Cylindrical-coordinate representation of color #432F2C: hue angle of 7.83º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #432F2C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB674744-
CMYK00.300.340.74
HSL7.83º20.72%21.76%-
HSV(B)7.83º34.33%26.27%-
XYZ3.793.412.84-
YUV52.64123.13138.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=42.41%
G=29.75%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67474400.300.340.747.8320.7221.76
Hex432F2C01E224A81516
Octal103575403642112102526
Binary1000011101111101100011110100010100101010001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432F2C; }

 p { color: rgb(67,47,44); }

 H1.HeaderClassName
 {
   color: #432F2C;
 }
 .AnyTagClassName
 {
   color: #432F2C;
 }
</style>
background-color css

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

 a { background-color: rgb(67,47,44); }

 div.DivClassName
 {
   background-color: #432F2C;
 }
 .BgClassName
 {
   background-color: #432F2C;
 }
</style>
border-color css

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

 span { border-color: rgb(67,47,44); }

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