Html Css Color HEX #735255 Falcon

📋 copy color: '#735255'

red 115 ◦ green 82 ◦ blue 85

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

Shades of Falcon #735255

Tints of Falcon #735255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 40.78%
G = 29.08%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#735255 (or 0x735255) is known color: Falcon. HEX triplet: 73, 52 and 55. RGB value is (115,82,85). Sum of RGB (Red+Green+Blue) = 115+82+85=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 115 - color contains mainly: red. Hex color #735255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735255 is #8CADAA. Grayscale: #5C5C5C. Windows color (decimal): -9219499 or 5591667. OLE color: 5591667.

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

Color convert

RGB 115 82 85 -
CMYK 0 0.29 0.26 0.55
HSL 354.55º 0.17% 0.39% -
HSV(B) 354.55º 0.29% 0.45% -
XYZ 11.73 10.34 9.97 -
YUV 92.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 115 82 85 0 0.29 0.26 0.55 354.55 0.17 0.39
Hex 73 52 55 0 1D 1A 37 163 11 27
Octal 163 122 125 0 35 32 67 543 21 47
Binary 1110011 1010010 1010101 0 11101 11010 110111 101100011 10001 100111

Color Harmonies of #735255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735255

Black with #735255

Text Example


Text Example

White with #735255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735255; }

 p { color: rgb(115,82,85); }

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

background-color css

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

 a { background-color: rgb(115,82,85); }

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

border-color css

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

 span { border-color: rgb(115,82,85); }

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