Html Css Color HEX #855601 Raw Umber

📋 copy color: '#855601'

red 133 ◦ green 86 ◦ blue 1

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

Shades of Raw Umber #855601

Tints of Raw Umber #855601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

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

R = 60.45%
G = 39.09%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#855601 (or 0x855601) is known color: Raw Umber. HEX triplet: 85, 56 and 01. RGB value is (133,86,1). Sum of RGB (Red+Green+Blue) = 133+86+1=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #855601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855601 is #7AA9FE. Grayscale: #5A5A5A. Windows color (decimal): -8038911 or 87685. OLE color: 87685.

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

Color convert

RGB 133 86 1 -
CMYK 0 0.35 0.99 0.48
HSL 38.64º 0.99% 0.26% -
HSV(B) 38.64º 0.99% 0.52% -
XYZ 13.01 11.64 1.59 -
YUV 90.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 133 86 1 0 0.35 0.99 0.48 38.64 0.99 0.26
Hex 85 56 1 0 23 63 30 27 63 1A
Octal 205 126 1 0 43 143 60 47 143 32
Binary 10000101 1010110 1 0 100011 1100011 110000 100111 1100011 11010

Color Harmonies of #855601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855601

Black with #855601

Text Example


Text Example

White with #855601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855601; }

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

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

background-color css

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

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

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

border-color css

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

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

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