#483029

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

Shades of Cedar #483029

Tints of Cedar #483029

Color information

#483029 (or 0x483029) is unknown color: approx Cedar. HEX triplet: 48, 30 and 29. RGB value is (72,48,41). Sum of RGB (Red+Green+Blue) = 72+48+41=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483029 is #B7CFD6. Grayscale: #363636. Windows color (decimal): -12046295 or 2699336. OLE color: 2699336.

HSL color Cylindrical-coordinate representation of color #483029: hue angle of 13.55º 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 #483029 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB724841-
CMYK00.330.430.72
HSL13.55º27.43%22.16%-
HSV(B)13.55º43.06%28.24%-
XYZ4.133.652.59-
YUV54.38120.45140.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=44.72%
G=29.81%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72484100.330.430.7213.5527.4322.16
Hex4830290212B48e1b16
Octal110605104153110163326
Binary10010001100001010010100001101011100100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483029; }

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

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

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

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

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

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

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

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