#412C2A

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

Shades of Cedar #412C2A

Tints of Cedar #412C2A

Color information

#412C2A (or 0x412C2A) is unknown color: approx Cedar. HEX triplet: 41, 2C and 2A. RGB value is (65,44,42). Sum of RGB (Red+Green+Blue) = 65+44+42=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #412C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C2A is #BED3D5. Grayscale: #323232. Windows color (decimal): -12506070 or 2763841. OLE color: 2763841.

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

Color convert

RGB654442-
CMYK00.320.350.75
HSL5.22º21.5%20.98%-
HSV(B)5.22º35.38%25.49%-
XYZ3.53.092.6-
YUV50.05123.46138.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.05%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=43.05%
G=29.14%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65444200.320.350.755.2221.520.98
Hex412C2A020234B51515
Octal10154520404311352525
Binary1000001101100101010010000010001110010111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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