Html Css Color HEX #463334 Cab Sav

📋 copy color: '#463334'

red 70 ◦ green 51 ◦ blue 52

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

Shades of Cab Sav #463334

Tints of Cab Sav #463334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 40.46%
G = 29.48%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#463334 (or 0x463334) is known color: Cab Sav. HEX triplet: 46, 33 and 34. RGB value is (70,51,52). Sum of RGB (Red+Green+Blue) = 70+51+52=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #463334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463334 is #B9CCCB. Grayscale: #383838. Windows color (decimal): -12176588 or 3420998. OLE color: 3420998.

HSL color Cylindrical-coordinate representation of color #463334: hue angle of 356.84º 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 #463334 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 51 52 -
CMYK 0 0.27 0.26 0.73
HSL 356.84º 0.16% 0.24% -
HSV(B) 356.84º 0.27% 0.27% -
XYZ 4.33 3.92 3.78 -
YUV 56.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 70 51 52 0 0.27 0.26 0.73 356.84 0.16 0.24
Hex 46 33 34 0 1B 1A 49 165 10 18
Octal 106 63 64 0 33 32 111 545 20 30
Binary 1000110 110011 110100 0 11011 11010 1001001 101100101 10000 11000

Color Harmonies of #463334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463334

Black with #463334

Text Example


Text Example

White with #463334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463334; }

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

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

background-color css

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

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

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

border-color css

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

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

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