Html Css Color HEX #463338 Cab Sav

📋 copy color: '#463338'

red 70 ◦ green 51 ◦ blue 56

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

Shades of Cab Sav #463338

Tints of Cab Sav #463338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 39.55%
G = 28.81%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#463338 (or 0x463338) is known color: Cab Sav. HEX triplet: 46, 33 and 38. RGB value is (70,51,56). Sum of RGB (Red+Green+Blue) = 70+51+56=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #463338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463338 is #B9CCC7. Grayscale: #393939. Windows color (decimal): -12176584 or 3683142. OLE color: 3683142.

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

Color convert

RGB 70 51 56 -
CMYK 0 0.27 0.20 0.73
HSL 344.21º 0.16% 0.24% -
HSV(B) 344.21º 0.27% 0.27% -
XYZ 4.42 3.96 4.27 -
YUV 57.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 70 51 56 0 0.27 0.20 0.73 344.21 0.16 0.24
Hex 46 33 38 0 1B 14 49 158 10 18
Octal 106 63 70 0 33 24 111 530 20 30
Binary 1000110 110011 111000 0 11011 10100 1001001 101011000 10000 11000

Color Harmonies of #463338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463338

Black with #463338

Text Example


Text Example

White with #463338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463338; }

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

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

background-color css

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

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

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

border-color css

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

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

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