#482F29

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

Shades of Cedar #482F29

Tints of Cedar #482F29

Color information

#482F29 (or 0x482F29) is unknown color: approx Cedar. HEX triplet: 48, 2F and 29. RGB value is (72,47,41). Sum of RGB (Red+Green+Blue) = 72+47+41=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #482F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482F29 is #B7D0D6. Grayscale: #353535. Windows color (decimal): -12046551 or 2699080. OLE color: 2699080.

HSL color Cylindrical-coordinate representation of color #482F29: hue angle of 11.61º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #482F29 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB724741-
CMYK00.350.430.72
HSL11.61º27.43%22.16%-
HSV(B)11.61º43.06%28.24%-
XYZ4.093.572.57-
YUV53.79120.78140.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=45%
G=29.38%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72474100.350.430.7211.6127.4322.16
Hex482F290232B48c1b16
Octal110575104353110143326
Binary10010001011111010010100011101011100100011001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482F29; }

 p { color: rgb(72,47,41); }

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

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

 a { background-color: rgb(72,47,41); }

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

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

 span { border-color: rgb(72,47,41); }

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