Html Css Color HEX #735846 Quincy

📋 copy color: '#735846'

red 115 ◦ green 88 ◦ blue 70

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

Shades of Quincy #735846

Tints of Quincy #735846

RGB

 RED value IS 115 (45.31% from 255) = 42.12%

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 42.12%
G = 32.23%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#735846 (or 0x735846) is known color: Quincy. HEX triplet: 73, 58 and 46. RGB value is (115,88,70). Sum of RGB (Red+Green+Blue) = 115+88+70=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #735846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735846 is #8CA7B9. Grayscale: #5E5E5E. Windows color (decimal): -9217978 or 4610163. OLE color: 4610163.

HSL color Cylindrical-coordinate representation of color #735846: hue angle of 24º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #735846 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 88 70 -
CMYK 0 0.23 0.39 0.55
HSL 24º 0.24% 0.36% -
HSV(B) 24º 0.39% 0.45% -
XYZ 11.67 11.07 7.32 -
YUV 94.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 115 88 70 0 0.23 0.39 0.55 24 0.24 0.36
Hex 73 58 46 0 17 27 37 18 18 24
Octal 163 130 106 0 27 47 67 30 30 44
Binary 1110011 1011000 1000110 0 10111 100111 110111 11000 11000 100100

Color Harmonies of #735846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735846

Black with #735846

Text Example


Text Example

White with #735846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735846; }

 p { color: rgb(115,88,70); }

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

background-color css

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

 a { background-color: rgb(115,88,70); }

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

border-color css

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

 span { border-color: rgb(115,88,70); }

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