Html Css Color HEX #523438 Cab Sav

📋 copy color: '#523438'

red 82 ◦ green 52 ◦ blue 56

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

Shades of Cab Sav #523438

Tints of Cab Sav #523438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.37%

 BLUE value IS 56 (22.27% from 255) = 29.47%

R = 43.16%
G = 27.37%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.68

RGB Variations

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

Color information

#523438 (or 0x523438) is known color: Cab Sav. HEX triplet: 52, 34 and 38. RGB value is (82,52,56). Sum of RGB (Red+Green+Blue) = 82+52+56=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 56 (22.27% from 255 or 29.47% from 190); Max value from RGB is 82 - color contains mainly: red. Hex color #523438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523438 is #ADCBC7. Grayscale: #3D3D3D. Windows color (decimal): -11389896 or 3683410. OLE color: 3683410.

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

Color convert

RGB 82 52 56 -
CMYK 0 0.37 0.32 0.68
HSL 352º 0.22% 0.26% -
HSV(B) 352º 0.37% 0.32% -
XYZ 5.42 4.54 4.33 -
YUV 61.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 82 52 56 0 0.37 0.32 0.68 352 0.22 0.26
Hex 52 34 38 0 25 20 44 160 16 1A
Octal 122 64 70 0 45 40 104 540 26 32
Binary 1010010 110100 111000 0 100101 100000 1000100 101100000 10110 11010

Color Harmonies of #523438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523438

Black with #523438

Text Example


Text Example

White with #523438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523438; }

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

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

background-color css

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

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

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

border-color css

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

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

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