Html Css Color HEX #865505 Raw Umber

📋 copy color: '#865505'

red 134 ◦ green 85 ◦ blue 5

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

Shades of Raw Umber #865505

Tints of Raw Umber #865505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.23%

R = 59.82%
G = 37.95%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#865505 (or 0x865505) is known color: Raw Umber. HEX triplet: 86, 55 and 05. RGB value is (134,85,5). Sum of RGB (Red+Green+Blue) = 134+85+5=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #865505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865505 is #79AAFA. Grayscale: #5A5A5A. Windows color (decimal): -7973627 or 349574. OLE color: 349574.

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

Color convert

RGB 134 85 5 -
CMYK 0 0.37 0.96 0.47
HSL 37.21º 0.93% 0.27% -
HSV(B) 37.21º 0.96% 0.53% -
XYZ 13.11 11.58 1.69 -
YUV 90.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 134 85 5 0 0.37 0.96 0.47 37.21 0.93 0.27
Hex 86 55 5 0 25 60 2F 25 5D 1B
Octal 206 125 5 0 45 140 57 45 135 33
Binary 10000110 1010101 101 0 100101 1100000 101111 100101 1011101 11011

Color Harmonies of #865505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865505

Black with #865505

Text Example


Text Example

White with #865505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865505; }

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

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

background-color css

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

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

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

border-color css

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

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

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