Html Css Color HEX #865C0D Golden Brown

📋 copy color: '#865C0D'

red 134 ◦ green 92 ◦ blue 13

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

Shades of Golden Brown #865C0D

Tints of Golden Brown #865C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.49%

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 56.07%
G = 38.49%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#865C0D (or 0x865C0D) is known color: Golden Brown. HEX triplet: 86, 5C and 0D. RGB value is (134,92,13). Sum of RGB (Red+Green+Blue) = 134+92+13=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #865C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865C0D is #79A3F2. Grayscale: #5F5F5F. Windows color (decimal): -7971827 or 875654. OLE color: 875654.

HSL color Cylindrical-coordinate representation of color #865C0D: hue angle of 39.17º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #865C0D is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 13 -
CMYK 0 0.31 0.90 0.47
HSL 39.17º 0.82% 0.29% -
HSV(B) 39.17º 0.9% 0.53% -
XYZ 13.73 12.75 2.12 -
YUV 95.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 134 92 13 0 0.31 0.90 0.47 39.17 0.82 0.29
Hex 86 5C D 0 1F 5A 2F 27 52 1D
Octal 206 134 15 0 37 132 57 47 122 35
Binary 10000110 1011100 1101 0 11111 1011010 101111 100111 1010010 11101

Color Harmonies of #865C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C0D

Black with #865C0D

Text Example


Text Example

White with #865C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,92,13); }

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

background-color css

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

 a { background-color: rgb(134,92,13); }

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

border-color css

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

 span { border-color: rgb(134,92,13); }

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