Html Css Color HEX #522E32 Cab Sav

📋 copy color: '#522E32'

red 82 ◦ green 46 ◦ blue 50

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

Shades of Cab Sav #522E32

Tints of Cab Sav #522E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.84%

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

R = 46.07%
G = 25.84%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.68

RGB Variations

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

Color information

#522E32 (or 0x522E32) is known color: Cab Sav. HEX triplet: 52, 2E and 32. RGB value is (82,46,50). Sum of RGB (Red+Green+Blue) = 82+46+50=178 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.07% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 82 - color contains mainly: red. Hex color #522E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522E32 is #ADD1CD. Grayscale: #393939. Windows color (decimal): -11391438 or 3288658. OLE color: 3288658.

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

Color convert

RGB 82 46 50 -
CMYK 0 0.44 0.39 0.68
HSL 353.33º 0.28% 0.25% -
HSV(B) 353.33º 0.44% 0.32% -
XYZ 5.03 3.98 3.52 -
YUV 57.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 82 46 50 0 0.44 0.39 0.68 353.33 0.28 0.25
Hex 52 2E 32 0 2C 27 44 161 1C 19
Octal 122 56 62 0 54 47 104 541 34 31
Binary 1010010 101110 110010 0 101100 100111 1000100 101100001 11100 11001

Color Harmonies of #522E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522E32

Black with #522E32

Text Example


Text Example

White with #522E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,46,50); }

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

background-color css

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

 a { background-color: rgb(82,46,50); }

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

border-color css

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

 span { border-color: rgb(82,46,50); }

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