Html Css Color HEX #865B14 Hot Curry

📋 copy color: '#865B14'

red 134 ◦ green 91 ◦ blue 20

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

Shades of Hot Curry #865B14

Tints of Hot Curry #865B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.14%

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

R = 54.69%
G = 37.14%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#865B14 (or 0x865B14) is known color: Hot Curry. HEX triplet: 86, 5B and 14. RGB value is (134,91,20). Sum of RGB (Red+Green+Blue) = 134+91+20=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #865B14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865B14 is #79A4EB. Grayscale: #606060. Windows color (decimal): -7972076 or 1334150. OLE color: 1334150.

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

Color convert

RGB 134 91 20 -
CMYK 0 0.32 0.85 0.47
HSL 37.37º 0.74% 0.3% -
HSV(B) 37.37º 0.85% 0.53% -
XYZ 13.7 12.6 2.37 -
YUV 95.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 134 91 20 0 0.32 0.85 0.47 37.37 0.74 0.3
Hex 86 5B 14 0 20 55 2F 25 4A 1E
Octal 206 133 24 0 40 125 57 45 112 36
Binary 10000110 1011011 10100 0 100000 1010101 101111 100101 1001010 11110

Color Harmonies of #865B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B14

Black with #865B14

Text Example


Text Example

White with #865B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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