Html Css Color HEX #855105 Raw Umber

📋 copy color: '#855105'

red 133 ◦ green 81 ◦ blue 5

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

Shades of Raw Umber #855105

Tints of Raw Umber #855105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 36.99%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 60.73%
G = 36.99%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#855105 (or 0x855105) is known color: Raw Umber. HEX triplet: 85, 51 and 05. RGB value is (133,81,5). Sum of RGB (Red+Green+Blue) = 133+81+5=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #855105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855105 is #7AAEFA. Grayscale: #585858. Windows color (decimal): -8040187 or 348549. OLE color: 348549.

HSL color Cylindrical-coordinate representation of color #855105: hue angle of 35.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #855105 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 5 -
CMYK 0 0.39 0.96 0.48
HSL 35.63º 0.93% 0.27% -
HSV(B) 35.63º 0.96% 0.52% -
XYZ 12.64 10.88 1.58 -
YUV 87.88 81.23 160.18 -
System Red Green Blue C M Y K H S L
Decimal 133 81 5 0 0.39 0.96 0.48 35.63 0.93 0.27
Hex 85 51 5 0 27 60 30 24 5D 1B
Octal 205 121 5 0 47 140 60 44 135 33
Binary 10000101 1010001 101 0 100111 1100000 110000 100100 1011101 11011

Color Harmonies of #855105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855105

Black with #855105

Text Example


Text Example

White with #855105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855105; }

 p { color: rgb(133,81,5); }

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

background-color css

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

 a { background-color: rgb(133,81,5); }

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

border-color css

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

 span { border-color: rgb(133,81,5); }

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