Html Css Color HEX #855538 Rope

📋 copy color: '#855538'

red 133 ◦ green 85 ◦ blue 56

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

Shades of Rope #855538

Tints of Rope #855538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 48.54%
G = 31.02%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#855538 (or 0x855538) is known color: Rope. HEX triplet: 85, 55 and 38. RGB value is (133,85,56). Sum of RGB (Red+Green+Blue) = 133+85+56=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #855538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855538 is #7AAAC7. Grayscale: #606060. Windows color (decimal): -8039112 or 3691909. OLE color: 3691909.

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

Color convert

RGB 133 85 56 -
CMYK 0 0.36 0.58 0.48
HSL 22.6º 0.41% 0.37% -
HSV(B) 22.6º 0.58% 0.52% -
XYZ 13.64 11.77 5.29 -
YUV 96.05 105.4 154.36 -
System Red Green Blue C M Y K H S L
Decimal 133 85 56 0 0.36 0.58 0.48 22.6 0.41 0.37
Hex 85 55 38 0 24 3A 30 17 29 25
Octal 205 125 70 0 44 72 60 27 51 45
Binary 10000101 1010101 111000 0 100100 111010 110000 10111 101001 100101

Color Harmonies of #855538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855538

Black with #855538

Text Example


Text Example

White with #855538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855538; }

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

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

background-color css

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

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

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

border-color css

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

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

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