Html Css Color HEX #865502 Raw Umber

📋 copy color: '#865502'

red 134 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #865502

Tints of Raw Umber #865502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 60.63%
G = 38.46%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#865502 (or 0x865502) is known color: Raw Umber. HEX triplet: 86, 55 and 02. RGB value is (134,85,2). Sum of RGB (Red+Green+Blue) = 134+85+2=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #865502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865502 is #79AAFD. Grayscale: #5A5A5A. Windows color (decimal): -7973630 or 152966. OLE color: 152966.

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

Color convert

RGB 134 85 2 -
CMYK 0 0.37 0.99 0.47
HSL 37.73º 0.97% 0.27% -
HSV(B) 37.73º 0.99% 0.53% -
XYZ 13.09 11.57 1.6 -
YUV 90.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 134 85 2 0 0.37 0.99 0.47 37.73 0.97 0.27
Hex 86 55 2 0 25 63 2F 26 61 1B
Octal 206 125 2 0 45 143 57 46 141 33
Binary 10000110 1010101 10 0 100101 1100011 101111 100110 1100001 11011

Color Harmonies of #865502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865502

Black with #865502

Text Example


Text Example

White with #865502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865502; }

 p { color: rgb(134,85,2); }

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

background-color css

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

 a { background-color: rgb(134,85,2); }

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

border-color css

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

 span { border-color: rgb(134,85,2); }

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