Html Css Color HEX #873755 Rose Bud Cherry

📋 copy color: '#873755'

red 135 ◦ green 55 ◦ blue 85

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

Shades of Rose Bud Cherry #873755

Tints of Rose Bud Cherry #873755

RGB

 RED value IS 135 (53.13% from 255) = 49.09%

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 49.09%
G = 20%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#873755 (or 0x873755) is known color: Rose Bud Cherry. HEX triplet: 87, 37 and 55. RGB value is (135,55,85). Sum of RGB (Red+Green+Blue) = 135+55+85=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #873755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873755 is #78C8AA. Grayscale: #525252. Windows color (decimal): -7915691 or 5584775. OLE color: 5584775.

HSL color Cylindrical-coordinate representation of color #873755: hue angle of 337.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873755 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 55 85 -
CMYK 0 0.59 0.37 0.47
HSL 337.5º 0.42% 0.37% -
HSV(B) 337.5º 0.59% 0.53% -
XYZ 13 8.54 9.56 -
YUV 82.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 135 55 85 0 0.59 0.37 0.47 337.5 0.42 0.37
Hex 87 37 55 0 3B 25 2F 152 2A 25
Octal 207 67 125 0 73 45 57 522 52 45
Binary 10000111 110111 1010101 0 111011 100101 101111 101010010 101010 100101

Color Harmonies of #873755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873755

Black with #873755

Text Example


Text Example

White with #873755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873755; }

 p { color: rgb(135,55,85); }

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

background-color css

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

 a { background-color: rgb(135,55,85); }

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

border-color css

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

 span { border-color: rgb(135,55,85); }

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