Html Css Color HEX #865407 Raw Umber

📋 copy color: '#865407'

red 134 ◦ green 84 ◦ blue 7

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

Shades of Raw Umber #865407

Tints of Raw Umber #865407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.33%

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 59.56%
G = 37.33%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#865407 (or 0x865407) is known color: Raw Umber. HEX triplet: 86, 54 and 07. RGB value is (134,84,7). Sum of RGB (Red+Green+Blue) = 134+84+7=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #865407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865407 is #79ABF8. Grayscale: #5A5A5A. Windows color (decimal): -7973881 or 480390. OLE color: 480390.

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

Color convert

RGB 134 84 7 -
CMYK 0 0.37 0.95 0.47
HSL 36.38º 0.9% 0.28% -
HSV(B) 36.38º 0.95% 0.53% -
XYZ 13.04 11.42 1.72 -
YUV 90.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 134 84 7 0 0.37 0.95 0.47 36.38 0.9 0.28
Hex 86 54 7 0 25 5F 2F 24 5A 1C
Octal 206 124 7 0 45 137 57 44 132 34
Binary 10000110 1010100 111 0 100101 1011111 101111 100100 1011010 11100

Color Harmonies of #865407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865407

Black with #865407

Text Example


Text Example

White with #865407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865407; }

 p { color: rgb(134,84,7); }

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

background-color css

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

 a { background-color: rgb(134,84,7); }

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

border-color css

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

 span { border-color: rgb(134,84,7); }

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