#483834

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

Shades of Cedar #483834

Tints of Cedar #483834

Color information

#483834 (or 0x483834) is unknown color: approx Cedar. HEX triplet: 48, 38 and 34. RGB value is (72,56,52). Sum of RGB (Red+Green+Blue) = 72+56+52=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #483834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483834 is #B7C7CB. Grayscale: #3C3C3C. Windows color (decimal): -12044236 or 3422280. OLE color: 3422280.

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

Color convert

RGB725652-
CMYK00.220.280.72
HSL12º16.13%24.31%-
HSV(B)12º27.78%28.24%-
XYZ4.714.453.86-
YUV60.33123.3136.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=40%
G=31.11%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72565200.220.280.721216.1324.31
Hex4838340161C48c1018
Octal110706402634110142030
Binary100100011100011010001011011100100100011001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483834; }

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

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

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

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

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

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

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

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