Html Css Color HEX #463135 Cab Sav

📋 copy color: '#463135'

red 70 ◦ green 49 ◦ blue 53

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

Shades of Cab Sav #463135

Tints of Cab Sav #463135

RGB

 RED value IS 70 (27.73% from 255) = 40.7%

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

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

R = 40.7%
G = 28.49%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#463135 (or 0x463135) is known color: Cab Sav. HEX triplet: 46, 31 and 35. RGB value is (70,49,53). Sum of RGB (Red+Green+Blue) = 70+49+53=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #463135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463135 is #B9CECA. Grayscale: #373737. Windows color (decimal): -12177099 or 3486022. OLE color: 3486022.

HSL color Cylindrical-coordinate representation of color #463135: hue angle of 348.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463135 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 53 -
CMYK 0 0.30 0.24 0.73
HSL 348.57º 0.18% 0.23% -
HSV(B) 348.57º 0.3% 0.27% -
XYZ 4.27 3.76 3.87 -
YUV 55.74 126.46 138.17 -
System Red Green Blue C M Y K H S L
Decimal 70 49 53 0 0.30 0.24 0.73 348.57 0.18 0.23
Hex 46 31 35 0 1E 18 49 15D 12 17
Octal 106 61 65 0 36 30 111 535 22 27
Binary 1000110 110001 110101 0 11110 11000 1001001 101011101 10010 10111

Color Harmonies of #463135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463135

Black with #463135

Text Example


Text Example

White with #463135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463135; }

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

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

background-color css

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

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

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

border-color css

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

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

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