Html Css Color HEX #865F08 Golden Brown

📋 copy color: '#865F08'

red 134 ◦ green 95 ◦ blue 8

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

Shades of Golden Brown #865F08

Tints of Golden Brown #865F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 56.54%
G = 40.08%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#865F08 (or 0x865F08) is known color: Golden Brown. HEX triplet: 86, 5F and 08. RGB value is (134,95,8). Sum of RGB (Red+Green+Blue) = 134+95+8=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #865F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865F08 is #79A0F7. Grayscale: #616161. Windows color (decimal): -7971064 or 548742. OLE color: 548742.

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

Color convert

RGB 134 95 8 -
CMYK 0 0.29 0.94 0.47
HSL 41.43º 0.89% 0.28% -
HSV(B) 41.43º 0.94% 0.53% -
XYZ 13.97 13.27 2.05 -
YUV 96.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 134 95 8 0 0.29 0.94 0.47 41.43 0.89 0.28
Hex 86 5F 8 0 1D 5E 2F 29 59 1C
Octal 206 137 10 0 35 136 57 51 131 34
Binary 10000110 1011111 1000 0 11101 1011110 101111 101001 1011001 11100

Color Harmonies of #865F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F08

Black with #865F08

Text Example


Text Example

White with #865F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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