#43302E

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

Shades of Cedar #43302E

Tints of Cedar #43302E

Color information

#43302E (or 0x43302E) is unknown color: approx Cedar. HEX triplet: 43, 30 and 2E. RGB value is (67,48,46). Sum of RGB (Red+Green+Blue) = 67+48+46=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 67 - color contains mainly: red. Hex color #43302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43302E is #BCCFD1. Grayscale: #353535. Windows color (decimal): -12373970 or 3027011. OLE color: 3027011.

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

Color convert

RGB674846-
CMYK00.280.310.74
HSL5.71º18.58%22.16%-
HSV(B)5.71º31.34%26.27%-
XYZ3.863.53.06-
YUV53.45123.79137.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=41.61%
G=29.81%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67484600.280.310.745.7118.5822.16
Hex43302E01C1F4A61316
Octal10360560343711262326
Binary10000111100001011100111001111110010101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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