Html Css Color HEX #523236 Cab Sav

📋 copy color: '#523236'

red 82 ◦ green 50 ◦ blue 54

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

Shades of Cab Sav #523236

Tints of Cab Sav #523236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.03%

R = 44.09%
G = 26.88%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#523236 (or 0x523236) is known color: Cab Sav. HEX triplet: 52, 32 and 36. RGB value is (82,50,54). Sum of RGB (Red+Green+Blue) = 82+50+54=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523236 is #ADCDC9. Grayscale: #3C3C3C. Windows color (decimal): -11390410 or 3551826. OLE color: 3551826.

HSL color Cylindrical-coordinate representation of color #523236: hue angle of 352.5º 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 #523236 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 54 -
CMYK 0 0.39 0.34 0.68
HSL 352.5º 0.24% 0.26% -
HSV(B) 352.5º 0.39% 0.32% -
XYZ 5.29 4.34 4.05 -
YUV 60.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 82 50 54 0 0.39 0.34 0.68 352.5 0.24 0.26
Hex 52 32 36 0 27 22 44 160 18 1A
Octal 122 62 66 0 47 42 104 540 30 32
Binary 1010010 110010 110110 0 100111 100010 1000100 101100000 11000 11010

Color Harmonies of #523236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523236

Black with #523236

Text Example


Text Example

White with #523236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523236; }

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

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

background-color css

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

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

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

border-color css

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

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

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