Html Css Color HEX #855910 Raw Umber

📋 copy color: '#855910'

red 133 ◦ green 89 ◦ blue 16

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

Shades of Raw Umber #855910

Tints of Raw Umber #855910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.39%

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

R = 55.88%
G = 37.39%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#855910 (or 0x855910) is known color: Raw Umber. HEX triplet: 85, 59 and 10. RGB value is (133,89,16). Sum of RGB (Red+Green+Blue) = 133+89+16=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #855910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855910 is #7AA6EF. Grayscale: #5E5E5E. Windows color (decimal): -8038128 or 1071493. OLE color: 1071493.

HSL color Cylindrical-coordinate representation of color #855910: hue angle of 37.44º 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 #855910 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 16 -
CMYK 0 0.33 0.88 0.48
HSL 37.44º 0.79% 0.29% -
HSV(B) 37.44º 0.88% 0.52% -
XYZ 13.34 12.17 2.14 -
YUV 93.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 133 89 16 0 0.33 0.88 0.48 37.44 0.79 0.29
Hex 85 59 10 0 21 58 30 25 4F 1D
Octal 205 131 20 0 41 130 60 45 117 35
Binary 10000101 1011001 10000 0 100001 1011000 110000 100101 1001111 11101

Color Harmonies of #855910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855910

Black with #855910

Text Example


Text Example

White with #855910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855910; }

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

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

background-color css

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

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

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

border-color css

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

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

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