#483936

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

Shades of Cedar #483936

Tints of Cedar #483936

Color information

#483936 (or 0x483936) is unknown color: approx Cedar. HEX triplet: 48, 39 and 36. RGB value is (72,57,54). Sum of RGB (Red+Green+Blue) = 72+57+54=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #483936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483936 is #B7C6C9. Grayscale: #3D3D3D. Windows color (decimal): -12043978 or 3553608. OLE color: 3553608.

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

Color convert

RGB725754-
CMYK00.210.250.72
HSL10º14.29%24.71%-
HSV(B)10º25%28.24%-
XYZ4.84.574.12-
YUV61.14123.97135.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.34%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 54 (21.48% from 255) = 29.51%
R=39.34%
G=31.15%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72575400.210.250.721014.2924.71
Hex4839360151948ae19
Octal110716602531110121631
Binary10010001110011101100101011100110010001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483936; }

 p { color: rgb(72,57,54); }

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

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

 a { background-color: rgb(72,57,54); }

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

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

 span { border-color: rgb(72,57,54); }

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