#483835

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

Shades of Cedar #483835

Tints of Cedar #483835

Color information

#483835 (or 0x483835) is unknown color: approx Cedar. HEX triplet: 48, 38 and 35. RGB value is (72,56,53). Sum of RGB (Red+Green+Blue) = 72+56+53=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #483835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483835 is #B7C7CA. Grayscale: #3C3C3C. Windows color (decimal): -12044235 or 3487816. OLE color: 3487816.

HSL color Cylindrical-coordinate representation of color #483835: hue angle of 9.47º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483835 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB725653-
CMYK00.220.260.72
HSL9.47º15.2%24.51%-
HSV(B)9.47º26.39%28.24%-
XYZ4.734.463.98-
YUV60.44123.8136.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=39.78%
G=30.94%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72565300.220.260.729.4715.224.51
Hex4838350161A489f19
Octal110706502632110111731
Binary10010001110001101010101101101010010001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483835; }

 p { color: rgb(72,56,53); }

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

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

 a { background-color: rgb(72,56,53); }

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

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

 span { border-color: rgb(72,56,53); }

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