#402C2A

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

Shades of Cedar #402C2A

Tints of Cedar #402C2A

Color information

#402C2A (or 0x402C2A) is unknown color: approx Cedar. HEX triplet: 40, 2C and 2A. RGB value is (64,44,42). Sum of RGB (Red+Green+Blue) = 64+44+42=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #402C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402C2A is #BFD3D5. Grayscale: #313131. Windows color (decimal): -12571606 or 2763840. OLE color: 2763840.

HSL color Cylindrical-coordinate representation of color #402C2A: hue angle of 5.45º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #402C2A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB644442-
CMYK00.310.340.75
HSL5.45º20.75%20.78%-
HSV(B)5.45º34.38%25.1%-
XYZ3.433.062.6-
YUV49.75123.63138.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 42.67%
GREEN value IS 44 (17.58% from 255) = 29.33%
BLUE value IS 42 (16.80% from 255) = 28%
R=42.67%
G=29.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64444200.310.340.755.4520.7520.78
Hex402C2A01F224B51515
Octal10054520374211352525
Binary100000010110010101001111110001010010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402C2A; }

 p { color: rgb(64,44,42); }

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

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

 a { background-color: rgb(64,44,42); }

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

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

 span { border-color: rgb(64,44,42); }

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