Html Css Color HEX #863754 Rose Bud Cherry

📋 copy color: '#863754'

red 134 ◦ green 55 ◦ blue 84

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

Shades of Rose Bud Cherry #863754

Tints of Rose Bud Cherry #863754

RGB

 RED value IS 134 (52.73% from 255) = 49.08%

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

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 49.08%
G = 20.15%
B = 30.77%

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

#863754 (or 0x863754) is known color: Rose Bud Cherry. HEX triplet: 86, 37 and 54. RGB value is (134,55,84). Sum of RGB (Red+Green+Blue) = 134+55+84=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #863754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863754 is #79C8AB. Grayscale: #515151. Windows color (decimal): -7981228 or 5519238. OLE color: 5519238.

HSL color Cylindrical-coordinate representation of color #863754: hue angle of 337.97º 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 #863754 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 55 84 -
CMYK 0 0.59 0.37 0.47
HSL 337.97º 0.42% 0.37% -
HSV(B) 337.97º 0.59% 0.53% -
XYZ 12.8 8.44 9.34 -
YUV 81.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 134 55 84 0 0.59 0.37 0.47 337.97 0.42 0.37
Hex 86 37 54 0 3B 25 2F 152 2A 25
Octal 206 67 124 0 73 45 57 522 52 45
Binary 10000110 110111 1010100 0 111011 100101 101111 101010010 101010 100101

Color Harmonies of #863754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863754

Black with #863754

Text Example


Text Example

White with #863754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863754; }

 p { color: rgb(134,55,84); }

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

background-color css

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

 a { background-color: rgb(134,55,84); }

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

border-color css

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

 span { border-color: rgb(134,55,84); }

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