Html Css Color HEX #865F07 Golden Brown

📋 copy color: '#865F07'

red 134 ◦ green 95 ◦ blue 7

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

Shades of Golden Brown #865F07

Tints of Golden Brown #865F07

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.25%

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

R = 56.78%
G = 40.25%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.47

RGB Variations

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

Color information

#865F07 (or 0x865F07) is known color: Golden Brown. HEX triplet: 86, 5F and 07. RGB value is (134,95,7). Sum of RGB (Red+Green+Blue) = 134+95+7=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #865F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F07 is #79A0F8. Grayscale: #616161. Windows color (decimal): -7971065 or 483206. OLE color: 483206.

HSL color Cylindrical-coordinate representation of color #865F07: hue angle of 41.57º 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 #865F07 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 95 7 -
CMYK 0 0.29 0.95 0.47
HSL 41.57º 0.9% 0.28% -
HSV(B) 41.57º 0.95% 0.53% -
XYZ 13.96 13.27 2.03 -
YUV 96.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 134 95 7 0 0.29 0.95 0.47 41.57 0.9 0.28
Hex 86 5F 7 0 1D 5F 2F 2A 5A 1C
Octal 206 137 7 0 35 137 57 52 132 34
Binary 10000110 1011111 111 0 11101 1011111 101111 101010 1011010 11100

Color Harmonies of #865F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F07

Black with #865F07

Text Example


Text Example

White with #865F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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