Html Css Color HEX #85553A Rope

📋 copy color: '#85553A'

red 133 ◦ green 85 ◦ blue 58

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

Shades of Rope #85553A

Tints of Rope #85553A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 48.19%
G = 30.8%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85553A (or 0x85553A) is known color: Rope. HEX triplet: 85, 55 and 3A. RGB value is (133,85,58). Sum of RGB (Red+Green+Blue) = 133+85+58=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #85553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85553A is #7AAAC5. Grayscale: #606060. Windows color (decimal): -8039110 or 3822981. OLE color: 3822981.

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

Color convert

RGB 133 85 58 -
CMYK 0 0.36 0.56 0.48
HSL 21.6º 0.39% 0.37% -
HSV(B) 21.6º 0.56% 0.52% -
XYZ 13.69 11.79 5.56 -
YUV 96.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 133 85 58 0 0.36 0.56 0.48 21.6 0.39 0.37
Hex 85 55 3A 0 24 38 30 16 27 25
Octal 205 125 72 0 44 70 60 26 47 45
Binary 10000101 1010101 111010 0 100100 111000 110000 10110 100111 100101

Color Harmonies of #85553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85553A

Black with #85553A

Text Example


Text Example

White with #85553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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