Html Css Color HEX #865201 Raw Umber

📋 copy color: '#865201'

red 134 ◦ green 82 ◦ blue 1

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

Shades of Raw Umber #865201

Tints of Raw Umber #865201

RGB

 RED value IS 134 (52.73% from 255) = 61.75%

 GREEN value IS 82 (32.42% from 255) = 37.79%

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

R = 61.75%
G = 37.79%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#865201 (or 0x865201) is known color: Raw Umber. HEX triplet: 86, 52 and 01. RGB value is (134,82,1). Sum of RGB (Red+Green+Blue) = 134+82+1=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #865201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865201 is #79ADFE. Grayscale: #585858. Windows color (decimal): -7974399 or 86662. OLE color: 86662.

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

Color convert

RGB 134 82 1 -
CMYK 0 0.39 0.99 0.47
HSL 36.54º 0.99% 0.26% -
HSV(B) 36.54º 0.99% 0.53% -
XYZ 12.85 11.11 1.49 -
YUV 88.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 134 82 1 0 0.39 0.99 0.47 36.54 0.99 0.26
Hex 86 52 1 0 27 63 2F 25 63 1A
Octal 206 122 1 0 47 143 57 45 143 32
Binary 10000110 1010010 1 0 100111 1100011 101111 100101 1100011 11010

Color Harmonies of #865201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865201

Black with #865201

Text Example


Text Example

White with #865201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865201; }

 p { color: rgb(134,82,1); }

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

background-color css

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

 a { background-color: rgb(134,82,1); }

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

border-color css

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

 span { border-color: rgb(134,82,1); }

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