Html Css Color HEX #463236 Cab Sav

📋 copy color: '#463236'

red 70 ◦ green 50 ◦ blue 54

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

Shades of Cab Sav #463236

Tints of Cab Sav #463236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.74%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 40.23%
G = 28.74%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#463236 (or 0x463236) is known color: Cab Sav. HEX triplet: 46, 32 and 36. RGB value is (70,50,54). Sum of RGB (Red+Green+Blue) = 70+50+54=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #463236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463236 is #B9CDC9. Grayscale: #383838. Windows color (decimal): -12176842 or 3551814. OLE color: 3551814.

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

Color convert

RGB 70 50 54 -
CMYK 0 0.29 0.23 0.73
HSL 348º 0.17% 0.24% -
HSV(B) 348º 0.29% 0.27% -
XYZ 4.33 3.85 4 -
YUV 56.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 70 50 54 0 0.29 0.23 0.73 348 0.17 0.24
Hex 46 32 36 0 1D 17 49 15C 11 18
Octal 106 62 66 0 35 27 111 534 21 30
Binary 1000110 110010 110110 0 11101 10111 1001001 101011100 10001 11000

Color Harmonies of #463236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463236

Black with #463236

Text Example


Text Example

White with #463236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463236; }

 p { color: rgb(70,50,54); }

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

background-color css

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

 a { background-color: rgb(70,50,54); }

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

border-color css

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

 span { border-color: rgb(70,50,54); }

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