#423331

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

Shades of Cedar #423331

Tints of Cedar #423331

Color information

#423331 (or 0x423331) is unknown color: approx Cedar. HEX triplet: 42, 33 and 31. RGB value is (66,51,49). Sum of RGB (Red+Green+Blue) = 66+51+49=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423331 is #BDCCCE. Grayscale: #373737. Windows color (decimal): -12438735 or 3224386. OLE color: 3224386.

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

Color convert

RGB665149-
CMYK00.230.260.74
HSL7.06º14.78%22.55%-
HSV(B)7.06º25.76%25.88%-
XYZ3.983.753.42-
YUV55.26124.47135.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=39.76%
G=30.72%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66514900.230.260.747.0614.7822.55
Hex4233310171A4A7f17
Octal10263610273211271727
Binary1000010110011110001010111110101001010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423331; }

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

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

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

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

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

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

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

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