Html Css Color HEX #855000 Raw Umber

📋 copy color: '#855000'

red 133 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #855000

Tints of Raw Umber #855000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.44%
G = 37.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#855000 (or 0x855000) is known color: Raw Umber. HEX triplet: 85, 50 and 00. RGB value is (133,80,0). Sum of RGB (Red+Green+Blue) = 133+80+0=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #855000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855000 is #7AAFFF. Grayscale: #575757. Windows color (decimal): -8040448 or 20613. OLE color: 20613.

HSL color Cylindrical-coordinate representation of color #855000: hue angle of 36.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #855000 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 0 -
CMYK 0 0.40 1 0.48
HSL 36.09º 1% 0.26% -
HSV(B) 36.09º 1% 0.52% -
XYZ 12.54 10.72 1.41 -
YUV 86.73 79.06 161 -
System Red Green Blue C M Y K H S L
Decimal 133 80 0 0 0.40 1 0.48 36.09 1 0.26
Hex 85 50 0 0 28 64 30 24 64 1A
Octal 205 120 0 0 50 144 60 44 144 32
Binary 10000101 1010000 0 0 101000 1100100 110000 100100 1100100 11010

Color Harmonies of #855000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855000

Black with #855000

Text Example


Text Example

White with #855000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855000; }

 p { color: rgb(133,80,0); }

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

background-color css

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

 a { background-color: rgb(133,80,0); }

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

border-color css

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

 span { border-color: rgb(133,80,0); }

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