Html Css Color HEX #855700 Raw Umber

📋 copy color: '#855700'

red 133 ◦ green 87 ◦ blue 0

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

Shades of Raw Umber #855700

Tints of Raw Umber #855700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.45%
G = 39.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#855700 (or 0x855700) is known color: Raw Umber. HEX triplet: 85, 57 and 00. RGB value is (133,87,0). Sum of RGB (Red+Green+Blue) = 133+87+0=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #855700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855700 is #7AA8FF. Grayscale: #5B5B5B. Windows color (decimal): -8038656 or 22405. OLE color: 22405.

HSL color Cylindrical-coordinate representation of color #855700: hue angle of 39.25º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #855700 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 0 -
CMYK 0 0.35 1 0.48
HSL 39.25º 1% 0.26% -
HSV(B) 39.25º 1% 0.52% -
XYZ 13.08 11.8 1.59 -
YUV 90.84 76.74 158.07 -
System Red Green Blue C M Y K H S L
Decimal 133 87 0 0 0.35 1 0.48 39.25 1 0.26
Hex 85 57 0 0 23 64 30 27 64 1A
Octal 205 127 0 0 43 144 60 47 144 32
Binary 10000101 1010111 0 0 100011 1100100 110000 100111 1100100 11010

Color Harmonies of #855700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855700

Black with #855700

Text Example


Text Example

White with #855700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855700; }

 p { color: rgb(133,87,0); }

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

background-color css

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

 a { background-color: rgb(133,87,0); }

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

border-color css

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

 span { border-color: rgb(133,87,0); }

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