Html Css Color HEX #512E32 Cab Sav

📋 copy color: '#512E32'

red 81 ◦ green 46 ◦ blue 50

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

Shades of Cab Sav #512E32

Tints of Cab Sav #512E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.99%

 BLUE value IS 50 (19.92% from 255) = 28.25%

R = 45.76%
G = 25.99%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#512E32 (or 0x512E32) is known color: Cab Sav. HEX triplet: 51, 2E and 32. RGB value is (81,46,50). Sum of RGB (Red+Green+Blue) = 81+46+50=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #512E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E32 is #AED1CD. Grayscale: #383838. Windows color (decimal): -11456974 or 3288657. OLE color: 3288657.

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

Color convert

RGB 81 46 50 -
CMYK 0 0.43 0.38 0.68
HSL 353.14º 0.28% 0.25% -
HSV(B) 353.14º 0.43% 0.32% -
XYZ 4.95 3.93 3.52 -
YUV 56.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 81 46 50 0 0.43 0.38 0.68 353.14 0.28 0.25
Hex 51 2E 32 0 2B 26 44 161 1C 19
Octal 121 56 62 0 53 46 104 541 34 31
Binary 1010001 101110 110010 0 101011 100110 1000100 101100001 11100 11001

Color Harmonies of #512E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512E32

Black with #512E32

Text Example


Text Example

White with #512E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,46,50); }

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

background-color css

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

 a { background-color: rgb(81,46,50); }

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

border-color css

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

 span { border-color: rgb(81,46,50); }

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