Html Css Color HEX #865A25 Hot Curry

📋 copy color: '#865A25'

red 134 ◦ green 90 ◦ blue 37

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

Shades of Hot Curry #865A25

Tints of Hot Curry #865A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.48%

 BLUE value IS 37 (14.84% from 255) = 14.18%

R = 51.34%
G = 34.48%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#865A25 (or 0x865A25) is known color: Hot Curry. HEX triplet: 86, 5A and 25. RGB value is (134,90,37). Sum of RGB (Red+Green+Blue) = 134+90+37=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #865A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A25 is #79A5DA. Grayscale: #616161. Windows color (decimal): -7972315 or 2448006. OLE color: 2448006.

HSL color Cylindrical-coordinate representation of color #865A25: hue angle of 32.78º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #865A25 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 37 -
CMYK 0 0.33 0.72 0.47
HSL 32.78º 0.57% 0.34% -
HSV(B) 32.78º 0.72% 0.53% -
XYZ 13.82 12.51 3.44 -
YUV 97.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 134 90 37 0 0.33 0.72 0.47 32.78 0.57 0.34
Hex 86 5A 25 0 21 48 2F 21 39 22
Octal 206 132 45 0 41 110 57 41 71 42
Binary 10000110 1011010 100101 0 100001 1001000 101111 100001 111001 100010

Color Harmonies of #865A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A25

Black with #865A25

Text Example


Text Example

White with #865A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,90,37); }

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

background-color css

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

 a { background-color: rgb(134,90,37); }

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

border-color css

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

 span { border-color: rgb(134,90,37); }

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