Html Css Color HEX #523134 Cab Sav

📋 copy color: '#523134'

red 82 ◦ green 49 ◦ blue 52

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

Shades of Cab Sav #523134

Tints of Cab Sav #523134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 44.81%
G = 26.78%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#523134 (or 0x523134) is known color: Cab Sav. HEX triplet: 52, 31 and 34. RGB value is (82,49,52). Sum of RGB (Red+Green+Blue) = 82+49+52=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #523134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523134 is #ADCECB. Grayscale: #3B3B3B. Windows color (decimal): -11390668 or 3420498. OLE color: 3420498.

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

Color convert

RGB 82 49 52 -
CMYK 0 0.40 0.37 0.68
HSL 354.55º 0.25% 0.26% -
HSV(B) 354.55º 0.4% 0.32% -
XYZ 5.2 4.24 3.79 -
YUV 59.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 82 49 52 0 0.40 0.37 0.68 354.55 0.25 0.26
Hex 52 31 34 0 28 25 44 163 19 1A
Octal 122 61 64 0 50 45 104 543 31 32
Binary 1010010 110001 110100 0 101000 100101 1000100 101100011 11001 11010

Color Harmonies of #523134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523134

Black with #523134

Text Example


Text Example

White with #523134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523134; }

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

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

background-color css

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

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

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

border-color css

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

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

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