Html Css Color HEX #483632 Cedar

📋 copy color: '#483632'

red 72 ◦ green 54 ◦ blue 50

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

Shades of Cedar #483632

Tints of Cedar #483632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

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

R = 40.91%
G = 30.68%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#483632 (or 0x483632) is known color: Cedar. HEX triplet: 48, 36 and 32. RGB value is (72,54,50). Sum of RGB (Red+Green+Blue) = 72+54+50=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483632 is #B7C9CD. Grayscale: #3A3A3A. Windows color (decimal): -12044750 or 3290696. OLE color: 3290696.

HSL color Cylindrical-coordinate representation of color #483632: hue angle of 10.91º 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 #483632 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 50 -
CMYK 0 0.25 0.31 0.72
HSL 10.91º 0.18% 0.24% -
HSV(B) 10.91º 0.31% 0.28% -
XYZ 4.57 4.25 3.6 -
YUV 58.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 72 54 50 0 0.25 0.31 0.72 10.91 0.18 0.24
Hex 48 36 32 0 19 1F 48 B 12 18
Octal 110 66 62 0 31 37 110 13 22 30
Binary 1001000 110110 110010 0 11001 11111 1001000 1011 10010 11000

Color Harmonies of #483632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483632

Black with #483632

Text Example


Text Example

White with #483632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483632; }

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

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

background-color css

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

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

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

border-color css

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

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

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