Html Css Color HEX #512C31 Cab Sav

📋 copy color: '#512C31'

red 81 ◦ green 44 ◦ blue 49

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

Shades of Cab Sav #512C31

Tints of Cab Sav #512C31

RGB

 RED value IS 81 (32.03% from 255) = 46.55%

 GREEN value IS 44 (17.58% from 255) = 25.29%

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 46.55%
G = 25.29%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#512C31 (or 0x512C31) is known color: Cab Sav. HEX triplet: 51, 2C and 31. RGB value is (81,44,49). Sum of RGB (Red+Green+Blue) = 81+44+49=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #512C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C31 is #AED3CE. Grayscale: #373737. Windows color (decimal): -11457487 or 3222609. OLE color: 3222609.

HSL color Cylindrical-coordinate representation of color #512C31: hue angle of 351.89º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512C31 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 44 49 -
CMYK 0 0.46 0.40 0.68
HSL 351.89º 0.3% 0.25% -
HSV(B) 351.89º 0.46% 0.32% -
XYZ 4.85 3.77 3.38 -
YUV 55.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 81 44 49 0 0.46 0.40 0.68 351.89 0.3 0.25
Hex 51 2C 31 0 2E 28 44 160 1E 19
Octal 121 54 61 0 56 50 104 540 36 31
Binary 1010001 101100 110001 0 101110 101000 1000100 101100000 11110 11001

Color Harmonies of #512C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512C31

Black with #512C31

Text Example


Text Example

White with #512C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512C31; }

 p { color: rgb(81,44,49); }

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

background-color css

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

 a { background-color: rgb(81,44,49); }

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

border-color css

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

 span { border-color: rgb(81,44,49); }

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