Html Css Color HEX #865800 Raw Umber

📋 copy color: '#865800'

red 134 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #865800

Tints of Raw Umber #865800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.36%
G = 39.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#865800 (or 0x865800) is known color: Raw Umber. HEX triplet: 86, 58 and 00. RGB value is (134,88,0). Sum of RGB (Red+Green+Blue) = 134+88+0=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #865800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865800 is #79A7FF. Grayscale: #5C5C5C. Windows color (decimal): -7972864 or 22662. OLE color: 22662.

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

Color convert

RGB 134 88 0 -
CMYK 0 0.34 1 0.47
HSL 39.4º 1% 0.26% -
HSV(B) 39.4º 1% 0.53% -
XYZ 13.32 12.05 1.62 -
YUV 91.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 134 88 0 0 0.34 1 0.47 39.4 1 0.26
Hex 86 58 0 0 22 64 2F 27 64 1A
Octal 206 130 0 0 42 144 57 47 144 32
Binary 10000110 1011000 0 0 100010 1100100 101111 100111 1100100 11010

Color Harmonies of #865800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865800

Black with #865800

Text Example


Text Example

White with #865800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865800; }

 p { color: rgb(134,88,0); }

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

background-color css

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

 a { background-color: rgb(134,88,0); }

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

border-color css

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

 span { border-color: rgb(134,88,0); }

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