Html Css Color HEX #855101 Raw Umber

📋 copy color: '#855101'

red 133 ◦ green 81 ◦ blue 1

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

Shades of Raw Umber #855101

Tints of Raw Umber #855101

RGB

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

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

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

R = 61.86%
G = 37.67%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#855101 (or 0x855101) is known color: Raw Umber. HEX triplet: 85, 51 and 01. RGB value is (133,81,1). Sum of RGB (Red+Green+Blue) = 133+81+1=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #855101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855101 is #7AAEFE. Grayscale: #575757. Windows color (decimal): -8040191 or 86405. OLE color: 86405.

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

Color convert

RGB 133 81 1 -
CMYK 0 0.39 0.99 0.48
HSL 36.36º 0.99% 0.26% -
HSV(B) 36.36º 0.99% 0.52% -
XYZ 12.62 10.87 1.46 -
YUV 87.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 133 81 1 0 0.39 0.99 0.48 36.36 0.99 0.26
Hex 85 51 1 0 27 63 30 24 63 1A
Octal 205 121 1 0 47 143 60 44 143 32
Binary 10000101 1010001 1 0 100111 1100011 110000 100100 1100011 11010

Color Harmonies of #855101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855101

Black with #855101

Text Example


Text Example

White with #855101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855101; }

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

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

background-color css

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

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

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

border-color css

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

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

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