Html Css Color HEX #865D12 Golden Brown

📋 copy color: '#865D12'

red 134 ◦ green 93 ◦ blue 18

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

Shades of Golden Brown #865D12

Tints of Golden Brown #865D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 54.69%
G = 37.96%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#865D12 (or 0x865D12) is known color: Golden Brown. HEX triplet: 86, 5D and 12. RGB value is (134,93,18). Sum of RGB (Red+Green+Blue) = 134+93+18=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865D12 is #79A2ED. Grayscale: #616161. Windows color (decimal): -7971566 or 1203590. OLE color: 1203590.

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

Color convert

RGB 134 93 18 -
CMYK 0 0.31 0.87 0.47
HSL 38.79º 0.76% 0.3% -
HSV(B) 38.79º 0.87% 0.53% -
XYZ 13.86 12.94 2.34 -
YUV 96.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 134 93 18 0 0.31 0.87 0.47 38.79 0.76 0.3
Hex 86 5D 12 0 1F 57 2F 27 4C 1E
Octal 206 135 22 0 37 127 57 47 114 36
Binary 10000110 1011101 10010 0 11111 1010111 101111 100111 1001100 11110

Color Harmonies of #865D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D12

Black with #865D12

Text Example


Text Example

White with #865D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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