#443331

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

Shades of Cedar #443331

Tints of Cedar #443331

Color information

#443331 (or 0x443331) is unknown color: approx Cedar. HEX triplet: 44, 33 and 31. RGB value is (68,51,49). Sum of RGB (Red+Green+Blue) = 68+51+49=168 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.48% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 68 - color contains mainly: red. Hex color #443331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443331 is #BBCCCE. Grayscale: #373737. Windows color (decimal): -12307663 or 3224388. OLE color: 3224388.

HSL color Cylindrical-coordinate representation of color #443331: hue angle of 6.32º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #443331 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB685149-
CMYK00.250.280.73
HSL6.32º16.24%22.94%-
HSV(B)6.32º27.94%26.67%-
XYZ4.123.823.43-
YUV55.86124.13136.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 40.48%
GREEN value IS 51 (20.31% from 255) = 30.36%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=40.48%
G=30.36%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68514900.250.280.736.3216.2422.94
Hex4433310191C4961017
Octal10463610313411162027
Binary10001001100111100010110011110010010011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443331; }

 p { color: rgb(68,51,49); }

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

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

 a { background-color: rgb(68,51,49); }

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

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

 span { border-color: rgb(68,51,49); }

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