Html Css Color HEX #865715 Hot Curry

📋 copy color: '#865715'

red 134 ◦ green 87 ◦ blue 21

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

Shades of Hot Curry #865715

Tints of Hot Curry #865715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 55.37%
G = 35.95%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#865715 (or 0x865715) is known color: Hot Curry. HEX triplet: 86, 57 and 15. RGB value is (134,87,21). Sum of RGB (Red+Green+Blue) = 134+87+21=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #865715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865715 is #79A8EA. Grayscale: #5D5D5D. Windows color (decimal): -7973099 or 1398662. OLE color: 1398662.

HSL color Cylindrical-coordinate representation of color #865715: hue angle of 35.04º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #865715 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 87 21 -
CMYK 0 0.35 0.84 0.47
HSL 35.04º 0.73% 0.3% -
HSV(B) 35.04º 0.84% 0.53% -
XYZ 13.38 11.94 2.31 -
YUV 93.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 134 87 21 0 0.35 0.84 0.47 35.04 0.73 0.3
Hex 86 57 15 0 23 54 2F 23 49 1E
Octal 206 127 25 0 43 124 57 43 111 36
Binary 10000110 1010111 10101 0 100011 1010100 101111 100011 1001001 11110

Color Harmonies of #865715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865715

Black with #865715

Text Example


Text Example

White with #865715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865715; }

 p { color: rgb(134,87,21); }

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

background-color css

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

 a { background-color: rgb(134,87,21); }

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

border-color css

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

 span { border-color: rgb(134,87,21); }

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