Html Css Color HEX #522F34 Cab Sav

📋 copy color: '#522F34'

red 82 ◦ green 47 ◦ blue 52

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

Shades of Cab Sav #522F34

Tints of Cab Sav #522F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.97%

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

R = 45.3%
G = 25.97%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#522F34 (or 0x522F34) is known color: Cab Sav. HEX triplet: 52, 2F and 34. RGB value is (82,47,52). Sum of RGB (Red+Green+Blue) = 82+47+52=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #522F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522F34 is #ADD0CB. Grayscale: #3A3A3A. Windows color (decimal): -11391180 or 3419986. OLE color: 3419986.

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

Color convert

RGB 82 47 52 -
CMYK 0 0.43 0.37 0.68
HSL 351.43º 0.27% 0.25% -
HSV(B) 351.43º 0.43% 0.32% -
XYZ 5.12 4.07 3.77 -
YUV 58.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 82 47 52 0 0.43 0.37 0.68 351.43 0.27 0.25
Hex 52 2F 34 0 2B 25 44 15F 1B 19
Octal 122 57 64 0 53 45 104 537 33 31
Binary 1010010 101111 110100 0 101011 100101 1000100 101011111 11011 11001

Color Harmonies of #522F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522F34

Black with #522F34

Text Example


Text Example

White with #522F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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