Html Css Color HEX #855410 Raw Umber

📋 copy color: '#855410'

red 133 ◦ green 84 ◦ blue 16

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

Shades of Raw Umber #855410

Tints of Raw Umber #855410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

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

R = 57.08%
G = 36.05%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#855410 (or 0x855410) is known color: Raw Umber. HEX triplet: 85, 54 and 10. RGB value is (133,84,16). Sum of RGB (Red+Green+Blue) = 133+84+16=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855410 is #7AABEF. Grayscale: #5B5B5B. Windows color (decimal): -8039408 or 1070213. OLE color: 1070213.

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

Color convert

RGB 133 84 16 -
CMYK 0 0.37 0.88 0.48
HSL 34.87º 0.79% 0.29% -
HSV(B) 34.87º 0.88% 0.52% -
XYZ 12.94 11.36 2 -
YUV 90.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 133 84 16 0 0.37 0.88 0.48 34.87 0.79 0.29
Hex 85 54 10 0 25 58 30 23 4F 1D
Octal 205 124 20 0 45 130 60 43 117 35
Binary 10000101 1010100 10000 0 100101 1011000 110000 100011 1001111 11101

Color Harmonies of #855410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855410

Black with #855410

Text Example


Text Example

White with #855410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855410; }

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

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

background-color css

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

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

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

border-color css

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

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

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