Html Css Color HEX #513135 Cab Sav

📋 copy color: '#513135'

red 81 ◦ green 49 ◦ blue 53

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

Shades of Cab Sav #513135

Tints of Cab Sav #513135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.78%

 BLUE value IS 53 (21.09% from 255) = 28.96%

R = 44.26%
G = 26.78%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#513135 (or 0x513135) is known color: Cab Sav. HEX triplet: 51, 31 and 35. RGB value is (81,49,53). Sum of RGB (Red+Green+Blue) = 81+49+53=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 49 (19.53% from 255 or 26.78% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 81 - color contains mainly: red. Hex color #513135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513135 is #AECECA. Grayscale: #3B3B3B. Windows color (decimal): -11456203 or 3486033. OLE color: 3486033.

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

Color convert

RGB 81 49 53 -
CMYK 0 0.40 0.35 0.68
HSL 352.5º 0.25% 0.25% -
HSV(B) 352.5º 0.4% 0.32% -
XYZ 5.13 4.2 3.91 -
YUV 59.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 81 49 53 0 0.40 0.35 0.68 352.5 0.25 0.25
Hex 51 31 35 0 28 23 44 160 19 19
Octal 121 61 65 0 50 43 104 540 31 31
Binary 1010001 110001 110101 0 101000 100011 1000100 101100000 11001 11001

Color Harmonies of #513135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513135

Black with #513135

Text Example


Text Example

White with #513135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513135; }

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

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

background-color css

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

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

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

border-color css

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

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

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