Html Css Color HEX #483532 Cedar

📋 copy color: '#483532'

red 72 ◦ green 53 ◦ blue 50

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

Shades of Cedar #483532

Tints of Cedar #483532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.57%

R = 41.14%
G = 30.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#483532 (or 0x483532) is known color: Cedar. HEX triplet: 48, 35 and 32. RGB value is (72,53,50). Sum of RGB (Red+Green+Blue) = 72+53+50=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483532 is #B7CACD. Grayscale: #3A3A3A. Windows color (decimal): -12045006 or 3290440. OLE color: 3290440.

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

Color convert

RGB 72 53 50 -
CMYK 0 0.26 0.31 0.72
HSL 8.18º 0.18% 0.24% -
HSV(B) 8.18º 0.31% 0.28% -
XYZ 4.52 4.15 3.58 -
YUV 58.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 72 53 50 0 0.26 0.31 0.72 8.18 0.18 0.24
Hex 48 35 32 0 1A 1F 48 8 12 18
Octal 110 65 62 0 32 37 110 10 22 30
Binary 1001000 110101 110010 0 11010 11111 1001000 1000 10010 11000

Color Harmonies of #483532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483532

Black with #483532

Text Example


Text Example

White with #483532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483532; }

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

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

background-color css

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

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

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

border-color css

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

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

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