Html Css Color HEX #482C31 Cab Sav

📋 copy color: '#482C31'

red 72 ◦ green 44 ◦ blue 49

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

Shades of Cab Sav #482C31

Tints of Cab Sav #482C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.67%

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

R = 43.64%
G = 26.67%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#482C31 (or 0x482C31) is known color: Cab Sav. HEX triplet: 48, 2C and 31. RGB value is (72,44,49). Sum of RGB (Red+Green+Blue) = 72+44+49=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #482C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C31 is #B7D3CE. Grayscale: #343434. Windows color (decimal): -12047311 or 3222600. OLE color: 3222600.

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

Color convert

RGB 72 44 49 -
CMYK 0 0.39 0.32 0.72
HSL 349.29º 0.24% 0.23% -
HSV(B) 349.29º 0.39% 0.28% -
XYZ 4.13 3.4 3.34 -
YUV 52.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 72 44 49 0 0.39 0.32 0.72 349.29 0.24 0.23
Hex 48 2C 31 0 27 20 48 15D 18 17
Octal 110 54 61 0 47 40 110 535 30 27
Binary 1001000 101100 110001 0 100111 100000 1001000 101011101 11000 10111

Color Harmonies of #482C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C31

Black with #482C31

Text Example


Text Example

White with #482C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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