#43302D

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

Shades of Cedar #43302D

Tints of Cedar #43302D

Color information

#43302D (or 0x43302D) is unknown color: approx Cedar. HEX triplet: 43, 30 and 2D. RGB value is (67,48,45). Sum of RGB (Red+Green+Blue) = 67+48+45=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #43302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43302D is #BCCFD2. Grayscale: #353535. Windows color (decimal): -12373971 or 2961475. OLE color: 2961475.

HSL color Cylindrical-coordinate representation of color #43302D: hue angle of 8.18º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #43302D is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB674845-
CMYK00.280.330.74
HSL8.18º19.64%21.96%-
HSV(B)8.18º32.84%26.27%-
XYZ3.853.52.95-
YUV53.34123.29137.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 48 (19.14% from 255) = 30%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=41.88%
G=30%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67484500.280.330.748.1819.6421.96
Hex43302D01C214A81416
Octal103605503441112102426
Binary1000011110000101101011100100001100101010001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43302D; }

 p { color: rgb(67,48,45); }

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

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

 a { background-color: rgb(67,48,45); }

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

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

 span { border-color: rgb(67,48,45); }

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