Html Css Color HEX #855301 Raw Umber

📋 copy color: '#855301'

red 133 ◦ green 83 ◦ blue 1

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

Shades of Raw Umber #855301

Tints of Raw Umber #855301

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.25%

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

R = 61.29%
G = 38.25%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#855301 (or 0x855301) is known color: Raw Umber. HEX triplet: 85, 53 and 01. RGB value is (133,83,1). Sum of RGB (Red+Green+Blue) = 133+83+1=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #855301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855301 is #7AACFE. Grayscale: #585858. Windows color (decimal): -8039679 or 86917. OLE color: 86917.

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

Color convert

RGB 133 83 1 -
CMYK 0 0.38 0.99 0.48
HSL 37.27º 0.99% 0.26% -
HSV(B) 37.27º 0.99% 0.52% -
XYZ 12.77 11.18 1.51 -
YUV 88.6 78.57 159.67 -
System Red Green Blue C M Y K H S L
Decimal 133 83 1 0 0.38 0.99 0.48 37.27 0.99 0.26
Hex 85 53 1 0 26 63 30 25 63 1A
Octal 205 123 1 0 46 143 60 45 143 32
Binary 10000101 1010011 1 0 100110 1100011 110000 100101 1100011 11010

Color Harmonies of #855301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855301

Black with #855301

Text Example


Text Example

White with #855301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855301; }

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

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

background-color css

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

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

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

border-color css

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

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

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