Html Css Color HEX #865A26 Hot Curry

📋 copy color: '#865A26'

red 134 ◦ green 90 ◦ blue 38

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

Shades of Hot Curry #865A26

Tints of Hot Curry #865A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.5%

R = 51.15%
G = 34.35%
B = 14.5%

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

#865A26 (or 0x865A26) is known color: Hot Curry. HEX triplet: 86, 5A and 26. RGB value is (134,90,38). Sum of RGB (Red+Green+Blue) = 134+90+38=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #865A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A26 is #79A5D9. Grayscale: #616161. Windows color (decimal): -7972314 or 2513542. OLE color: 2513542.

HSL color Cylindrical-coordinate representation of color #865A26: hue angle of 32.5º degrees, saturation: 0.56, 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 #865A26 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 38 -
CMYK 0 0.33 0.72 0.47
HSL 32.5º 0.56% 0.34% -
HSV(B) 32.5º 0.72% 0.53% -
XYZ 13.84 12.52 3.52 -
YUV 97.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 134 90 38 0 0.33 0.72 0.47 32.5 0.56 0.34
Hex 86 5A 26 0 21 48 2F 20 38 22
Octal 206 132 46 0 41 110 57 40 70 42
Binary 10000110 1011010 100110 0 100001 1001000 101111 100000 111000 100010

Color Harmonies of #865A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A26

Black with #865A26

Text Example


Text Example

White with #865A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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