#48302A

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

Shades of Cedar #48302A

Tints of Cedar #48302A

Color information

#48302A (or 0x48302A) is unknown color: approx Cedar. HEX triplet: 48, 30 and 2A. RGB value is (72,48,42). Sum of RGB (Red+Green+Blue) = 72+48+42=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 72 - color contains mainly: red. Hex color #48302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48302A is #B7CFD5. Grayscale: #363636. Windows color (decimal): -12046294 or 2764872. OLE color: 2764872.

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

Color convert

RGB724842-
CMYK00.330.420.72
HSL12º26.32%22.35%-
HSV(B)12º41.67%28.24%-
XYZ4.153.662.68-
YUV54.49120.95140.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.44%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=44.44%
G=29.63%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72484200.330.420.721226.3222.35
Hex48302A0212A48c1a16
Octal110605204152110143226
Binary10010001100001010100100001101010100100011001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48302A; }

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

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

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

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

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

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

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

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