Html Css Color HEX #855401 Raw Umber

📋 copy color: '#855401'

red 133 ◦ green 84 ◦ blue 1

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

Shades of Raw Umber #855401

Tints of Raw Umber #855401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 61.01%
G = 38.53%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#855401 (or 0x855401) is known color: Raw Umber. HEX triplet: 85, 54 and 01. RGB value is (133,84,1). Sum of RGB (Red+Green+Blue) = 133+84+1=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #855401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855401 is #7AABFE. Grayscale: #595959. Windows color (decimal): -8039423 or 87173. OLE color: 87173.

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

Color convert

RGB 133 84 1 -
CMYK 0 0.37 0.99 0.48
HSL 37.73º 0.99% 0.26% -
HSV(B) 37.73º 0.99% 0.52% -
XYZ 12.85 11.33 1.54 -
YUV 89.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 133 84 1 0 0.37 0.99 0.48 37.73 0.99 0.26
Hex 85 54 1 0 25 63 30 26 63 1A
Octal 205 124 1 0 45 143 60 46 143 32
Binary 10000101 1010100 1 0 100101 1100011 110000 100110 1100011 11010

Color Harmonies of #855401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855401

Black with #855401

Text Example


Text Example

White with #855401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855401; }

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

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

background-color css

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

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

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

border-color css

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

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

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