Html Css Color HEX #855510 Raw Umber

📋 copy color: '#855510'

red 133 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #855510

Tints of Raw Umber #855510

RGB

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

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

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

R = 56.84%
G = 36.32%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#855510 (or 0x855510) is known color: Raw Umber. HEX triplet: 85, 55 and 10. RGB value is (133,85,16). Sum of RGB (Red+Green+Blue) = 133+85+16=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #855510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855510 is #7AAAEF. Grayscale: #5B5B5B. Windows color (decimal): -8039152 or 1070469. OLE color: 1070469.

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

Color convert

RGB 133 85 16 -
CMYK 0 0.36 0.88 0.48
HSL 35.38º 0.79% 0.29% -
HSV(B) 35.38º 0.88% 0.52% -
XYZ 13.01 11.52 2.03 -
YUV 91.49 85.4 157.61 -
System Red Green Blue C M Y K H S L
Decimal 133 85 16 0 0.36 0.88 0.48 35.38 0.79 0.29
Hex 85 55 10 0 24 58 30 23 4F 1D
Octal 205 125 20 0 44 130 60 43 117 35
Binary 10000101 1010101 10000 0 100100 1011000 110000 100011 1001111 11101

Color Harmonies of #855510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855510

Black with #855510

Text Example


Text Example

White with #855510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855510; }

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

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

background-color css

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

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

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

border-color css

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

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

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