Html Css Color HEX #865E0F Golden Brown

📋 copy color: '#865E0F'

red 134 ◦ green 94 ◦ blue 15

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

Shades of Golden Brown #865E0F

Tints of Golden Brown #865E0F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.68%

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 55.14%
G = 38.68%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#865E0F (or 0x865E0F) is known color: Golden Brown. HEX triplet: 86, 5E and 0F. RGB value is (134,94,15). Sum of RGB (Red+Green+Blue) = 134+94+15=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #865E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865E0F is #79A1F0. Grayscale: #616161. Windows color (decimal): -7971313 or 1007238. OLE color: 1007238.

HSL color Cylindrical-coordinate representation of color #865E0F: hue angle of 39.83º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #865E0F is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 15 -
CMYK 0 0.30 0.89 0.47
HSL 39.83º 0.8% 0.29% -
HSV(B) 39.83º 0.89% 0.53% -
XYZ 13.92 13.11 2.25 -
YUV 96.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 134 94 15 0 0.30 0.89 0.47 39.83 0.8 0.29
Hex 86 5E F 0 1E 59 2F 28 50 1D
Octal 206 136 17 0 36 131 57 50 120 35
Binary 10000110 1011110 1111 0 11110 1011001 101111 101000 1010000 11101

Color Harmonies of #865E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E0F

Black with #865E0F

Text Example


Text Example

White with #865E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865E0F; }

 p { color: rgb(134,94,15); }

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

background-color css

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

 a { background-color: rgb(134,94,15); }

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

border-color css

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

 span { border-color: rgb(134,94,15); }

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