Html Css Color HEX #463335 Cab Sav

📋 copy color: '#463335'

red 70 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #463335

Tints of Cab Sav #463335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 40.23%
G = 29.31%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#463335 (or 0x463335) is known color: Cab Sav. HEX triplet: 46, 33 and 35. RGB value is (70,51,53). Sum of RGB (Red+Green+Blue) = 70+51+53=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #463335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463335 is #B9CCCA. Grayscale: #383838. Windows color (decimal): -12176587 or 3486534. OLE color: 3486534.

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

Color convert

RGB 70 51 53 -
CMYK 0 0.27 0.24 0.73
HSL 353.68º 0.16% 0.24% -
HSV(B) 353.68º 0.27% 0.27% -
XYZ 4.35 3.93 3.9 -
YUV 56.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 70 51 53 0 0.27 0.24 0.73 353.68 0.16 0.24
Hex 46 33 35 0 1B 18 49 162 10 18
Octal 106 63 65 0 33 30 111 542 20 30
Binary 1000110 110011 110101 0 11011 11000 1001001 101100010 10000 11000

Color Harmonies of #463335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463335

Black with #463335

Text Example


Text Example

White with #463335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463335; }

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

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

background-color css

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

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

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

border-color css

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

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

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