#432E2B

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

Shades of Cedar #432E2B

Tints of Cedar #432E2B

Color information

#432E2B (or 0x432E2B) is unknown color: approx Cedar. HEX triplet: 43, 2E and 2B. RGB value is (67,46,43). Sum of RGB (Red+Green+Blue) = 67+46+43=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 67 - color contains mainly: red. Hex color #432E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432E2B is #BCD1D4. Grayscale: #333333. Windows color (decimal): -12374485 or 2829891. OLE color: 2829891.

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

Color convert

RGB674643-
CMYK00.310.360.74
HSL7.5º21.82%21.57%-
HSV(B)7.5º35.82%26.27%-
XYZ3.733.322.73-
YUV51.94122.96138.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.95%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=42.95%
G=29.49%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67464300.310.360.747.521.8221.57
Hex432E2B01F244A81616
Octal103565303744112102626
Binary1000011101110101011011111100100100101010001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,46,43); }

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

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

 a { background-color: rgb(67,46,43); }

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

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

 span { border-color: rgb(67,46,43); }

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