#423230

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

Shades of Cedar #423230

Tints of Cedar #423230

Color information

#423230 (or 0x423230) is unknown color: approx Cedar. HEX triplet: 42, 32 and 30. RGB value is (66,50,48). Sum of RGB (Red+Green+Blue) = 66+50+48=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #423230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423230 is #BDCDCF. Grayscale: #363636. Windows color (decimal): -12438992 or 3158594. OLE color: 3158594.

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

Color convert

RGB665048-
CMYK00.240.270.74
HSL6.67º15.79%22.35%-
HSV(B)6.67º27.27%25.88%-
XYZ3.923.653.29-
YUV54.56124.3136.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=40.24%
G=30.49%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66504800.240.270.746.6715.7922.35
Hex4232300181B4A71016
Octal10262600303311272026
Binary10000101100101100000110001101110010101111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423230; }

 p { color: rgb(66,50,48); }

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

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

 a { background-color: rgb(66,50,48); }

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

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

 span { border-color: rgb(66,50,48); }

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