Html Css Color HEX #483530 Cedar

📋 copy color: '#483530'

red 72 ◦ green 53 ◦ blue 48

#483530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cedar #483530

Tints of Cedar #483530

RGB

 RED value IS 72 (28.52% from 255) = 41.62%

 GREEN value IS 53 (21.09% from 255) = 30.64%

 BLUE value IS 48 (19.14% from 255) = 27.75%

R = 41.62%
G = 30.64%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#483530 (or 0x483530) is known color: Cedar. HEX triplet: 48, 35 and 30. RGB value is (72,53,48). Sum of RGB (Red+Green+Blue) = 72+53+48=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483530 is #B7CACF. Grayscale: #3A3A3A. Windows color (decimal): -12045008 or 3159368. OLE color: 3159368.

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

Color convert

RGB 72 53 48 -
CMYK 0 0.26 0.33 0.72
HSL 12.5º 0.2% 0.24% -
HSV(B) 12.5º 0.33% 0.28% -
XYZ 4.48 4.14 3.36 -
YUV 58.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 72 53 48 0 0.26 0.33 0.72 12.5 0.2 0.24
Hex 48 35 30 0 1A 21 48 C 14 18
Octal 110 65 60 0 32 41 110 14 24 30
Binary 1001000 110101 110000 0 11010 100001 1001000 1100 10100 11000

Color Harmonies of #483530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483530

Black with #483530

Text Example


Text Example

White with #483530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483530; }

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

 H1.HeaderClassName
 {
   color: #483530;
 }
 .AnyTagClassName
 {
   color: #483530;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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