Html Css Color HEX #523234 Cab Sav

📋 copy color: '#523234'

red 82 ◦ green 50 ◦ blue 52

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

Shades of Cab Sav #523234

Tints of Cab Sav #523234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

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

R = 44.57%
G = 27.17%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#523234 (or 0x523234) is known color: Cab Sav. HEX triplet: 52, 32 and 34. RGB value is (82,50,52). Sum of RGB (Red+Green+Blue) = 82+50+52=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #523234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523234 is #ADCDCB. Grayscale: #3B3B3B. Windows color (decimal): -11390412 or 3420754. OLE color: 3420754.

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

Color convert

RGB 82 50 52 -
CMYK 0 0.39 0.37 0.68
HSL 356.25º 0.24% 0.26% -
HSV(B) 356.25º 0.39% 0.32% -
XYZ 5.24 4.32 3.81 -
YUV 59.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 82 50 52 0 0.39 0.37 0.68 356.25 0.24 0.26
Hex 52 32 34 0 27 25 44 164 18 1A
Octal 122 62 64 0 47 45 104 544 30 32
Binary 1010010 110010 110100 0 100111 100101 1000100 101100100 11000 11010

Color Harmonies of #523234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523234

Black with #523234

Text Example


Text Example

White with #523234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523234; }

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

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

background-color css

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

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

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

border-color css

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

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

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