Html Css Color HEX #522C31 Cab Sav

📋 copy color: '#522C31'

red 82 ◦ green 44 ◦ blue 49

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

Shades of Cab Sav #522C31

Tints of Cab Sav #522C31

RGB

 RED value IS 82 (32.42% from 255) = 46.86%

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

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

R = 46.86%
G = 25.14%
B = 28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#522C31 (or 0x522C31) is known color: Cab Sav. HEX triplet: 52, 2C and 31. RGB value is (82,44,49). Sum of RGB (Red+Green+Blue) = 82+44+49=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #522C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522C31 is #ADD3CE. Grayscale: #373737. Windows color (decimal): -11391951 or 3222610. OLE color: 3222610.

HSL color Cylindrical-coordinate representation of color #522C31: hue angle of 352.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #522C31 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 44 49 -
CMYK 0 0.46 0.40 0.68
HSL 352.11º 0.3% 0.25% -
HSV(B) 352.11º 0.46% 0.32% -
XYZ 4.93 3.82 3.38 -
YUV 55.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 82 44 49 0 0.46 0.40 0.68 352.11 0.3 0.25
Hex 52 2C 31 0 2E 28 44 160 1E 19
Octal 122 54 61 0 56 50 104 540 36 31
Binary 1010010 101100 110001 0 101110 101000 1000100 101100000 11110 11001

Color Harmonies of #522C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C31

Black with #522C31

Text Example


Text Example

White with #522C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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