Html Css Color HEX #865D14 Golden Brown

📋 copy color: '#865D14'

red 134 ◦ green 93 ◦ blue 20

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

Shades of Golden Brown #865D14

Tints of Golden Brown #865D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.65%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 54.25%
G = 37.65%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#865D14 (or 0x865D14) is known color: Golden Brown. HEX triplet: 86, 5D and 14. RGB value is (134,93,20). Sum of RGB (Red+Green+Blue) = 134+93+20=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #865D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865D14 is #79A2EB. Grayscale: #616161. Windows color (decimal): -7971564 or 1334662. OLE color: 1334662.

HSL color Cylindrical-coordinate representation of color #865D14: hue angle of 38.42º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #865D14 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 93 20 -
CMYK 0 0.31 0.85 0.47
HSL 38.42º 0.74% 0.3% -
HSV(B) 38.42º 0.85% 0.53% -
XYZ 13.87 12.95 2.43 -
YUV 96.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 134 93 20 0 0.31 0.85 0.47 38.42 0.74 0.3
Hex 86 5D 14 0 1F 55 2F 26 4A 1E
Octal 206 135 24 0 37 125 57 46 112 36
Binary 10000110 1011101 10100 0 11111 1010101 101111 100110 1001010 11110

Color Harmonies of #865D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D14

Black with #865D14

Text Example


Text Example

White with #865D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,20); }

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

background-color css

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

 a { background-color: rgb(134,93,20); }

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

border-color css

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

 span { border-color: rgb(134,93,20); }

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