Html Css Color HEX #853955 Rose Bud Cherry

📋 copy color: '#853955'

red 133 ◦ green 57 ◦ blue 85

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

Shades of Rose Bud Cherry #853955

Tints of Rose Bud Cherry #853955

RGB

 RED value IS 133 (52.34% from 255) = 48.36%

 GREEN value IS 57 (22.66% from 255) = 20.73%

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

R = 48.36%
G = 20.73%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#853955 (or 0x853955) is known color: Rose Bud Cherry. HEX triplet: 85, 39 and 55. RGB value is (133,57,85). Sum of RGB (Red+Green+Blue) = 133+57+85=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #853955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853955 is #7AC6AA. Grayscale: #525252. Windows color (decimal): -8046251 or 5585285. OLE color: 5585285.

HSL color Cylindrical-coordinate representation of color #853955: hue angle of 337.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #853955 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 57 85 -
CMYK 0 0.57 0.36 0.48
HSL 337.89º 0.4% 0.37% -
HSV(B) 337.89º 0.57% 0.52% -
XYZ 12.78 8.57 9.57 -
YUV 82.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 133 57 85 0 0.57 0.36 0.48 337.89 0.4 0.37
Hex 85 39 55 0 39 24 30 152 28 25
Octal 205 71 125 0 71 44 60 522 50 45
Binary 10000101 111001 1010101 0 111001 100100 110000 101010010 101000 100101

Color Harmonies of #853955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853955

Black with #853955

Text Example


Text Example

White with #853955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853955; }

 p { color: rgb(133,57,85); }

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

background-color css

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

 a { background-color: rgb(133,57,85); }

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

border-color css

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

 span { border-color: rgb(133,57,85); }

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