#412D2B

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

Shades of Cedar #412D2B

Tints of Cedar #412D2B

Color information

#412D2B (or 0x412D2B) is unknown color: approx Cedar. HEX triplet: 41, 2D and 2B. RGB value is (65,45,43). Sum of RGB (Red+Green+Blue) = 65+45+43=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #412D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412D2B is #BED2D4. Grayscale: #323232. Windows color (decimal): -12505813 or 2829633. OLE color: 2829633.

HSL color Cylindrical-coordinate representation of color #412D2B: hue angle of 5.45º degrees, saturation: 0.2, 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 #412D2B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB654543-
CMYK00.310.340.75
HSL5.45º20.37%21.18%-
HSV(B)5.45º33.85%25.49%-
XYZ3.553.182.71-
YUV50.75123.63138.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=42.48%
G=29.41%
B=28.10%

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
Decimal65454300.310.340.755.4520.3721.18
Hex412D2B01F224B51415
Octal10155530374211352425
Binary100000110110110101101111110001010010111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,45,43); }

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

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

 a { background-color: rgb(65,45,43); }

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

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

 span { border-color: rgb(65,45,43); }

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