Html Css Color HEX #523335 Cab Sav

📋 copy color: '#523335'

red 82 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #523335

Tints of Cab Sav #523335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 53 (21.09% from 255) = 28.49%

R = 44.09%
G = 27.42%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#523335 (or 0x523335) is known color: Cab Sav. HEX triplet: 52, 33 and 35. RGB value is (82,51,53). Sum of RGB (Red+Green+Blue) = 82+51+53=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523335 is #ADCCCA. Grayscale: #3C3C3C. Windows color (decimal): -11390155 or 3486546. OLE color: 3486546.

HSL color Cylindrical-coordinate representation of color #523335: hue angle of 356.13º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #523335 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 51 53 -
CMYK 0 0.38 0.35 0.68
HSL 356.13º 0.23% 0.26% -
HSV(B) 356.13º 0.38% 0.32% -
XYZ 5.31 4.42 3.94 -
YUV 60.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 82 51 53 0 0.38 0.35 0.68 356.13 0.23 0.26
Hex 52 33 35 0 26 23 44 164 17 1A
Octal 122 63 65 0 46 43 104 544 27 32
Binary 1010010 110011 110101 0 100110 100011 1000100 101100100 10111 11010

Color Harmonies of #523335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523335

Black with #523335

Text Example


Text Example

White with #523335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523335; }

 p { color: rgb(82,51,53); }

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

background-color css

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

 a { background-color: rgb(82,51,53); }

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

border-color css

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

 span { border-color: rgb(82,51,53); }

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