Html Css Color HEX #483531 Cedar

📋 copy color: '#483531'

red 72 ◦ green 53 ◦ blue 49

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

Shades of Cedar #483531

Tints of Cedar #483531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 41.38%
G = 30.46%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#483531 (or 0x483531) is known color: Cedar. HEX triplet: 48, 35 and 31. RGB value is (72,53,49). Sum of RGB (Red+Green+Blue) = 72+53+49=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #483531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483531 is #B7CACE. Grayscale: #3A3A3A. Windows color (decimal): -12045007 or 3224904. OLE color: 3224904.

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

Color convert

RGB 72 53 49 -
CMYK 0 0.26 0.32 0.72
HSL 10.43º 0.19% 0.24% -
HSV(B) 10.43º 0.32% 0.28% -
XYZ 4.5 4.15 3.47 -
YUV 58.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 72 53 49 0 0.26 0.32 0.72 10.43 0.19 0.24
Hex 48 35 31 0 1A 20 48 A 13 18
Octal 110 65 61 0 32 40 110 12 23 30
Binary 1001000 110101 110001 0 11010 100000 1001000 1010 10011 11000

Color Harmonies of #483531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483531

Black with #483531

Text Example


Text Example

White with #483531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483531; }

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

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

background-color css

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

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

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

border-color css

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

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

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