Html Css Color HEX #855710 Raw Umber

📋 copy color: '#855710'

red 133 ◦ green 87 ◦ blue 16

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

Shades of Raw Umber #855710

Tints of Raw Umber #855710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.78%

R = 56.36%
G = 36.86%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#855710 (or 0x855710) is known color: Raw Umber. HEX triplet: 85, 57 and 10. RGB value is (133,87,16). Sum of RGB (Red+Green+Blue) = 133+87+16=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855710 is #7AA8EF. Grayscale: #5C5C5C. Windows color (decimal): -8038640 or 1070981. OLE color: 1070981.

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

Color convert

RGB 133 87 16 -
CMYK 0 0.35 0.88 0.48
HSL 36.41º 0.79% 0.29% -
HSV(B) 36.41º 0.88% 0.52% -
XYZ 13.17 11.84 2.08 -
YUV 92.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 133 87 16 0 0.35 0.88 0.48 36.41 0.79 0.29
Hex 85 57 10 0 23 58 30 24 4F 1D
Octal 205 127 20 0 43 130 60 44 117 35
Binary 10000101 1010111 10000 0 100011 1011000 110000 100100 1001111 11101

Color Harmonies of #855710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855710

Black with #855710

Text Example


Text Example

White with #855710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855710; }

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

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

background-color css

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

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

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

border-color css

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

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

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