#865C1B

Color #865C1B Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #865C1B

Tints of Hot Curry #865C1B

Color information

#865C1B (or 0x865C1B) is unknown color: approx Hot Curry. HEX triplet: 86, 5C and 1B. RGB value is (134,92,27). Sum of RGB (Red+Green+Blue) = 134+92+27=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #865C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C1B is #79A3E4. Grayscale: #616161. Windows color (decimal): -7971813 or 1793158. OLE color: 1793158.

HSL color Cylindrical-coordinate representation of color #865C1B: hue angle of 36.45º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #865C1B is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1349227-
CMYK00.310.800.47
HSL36.45º66.46%31.57%-
HSV(B)36.45º79.85%52.55%-
XYZ13.8612.82.78-
YUV97.1588.41154.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 27 (10.94% from 255) = 10.67%
R=52.96%
G=36.36%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134922700.310.800.4736.4566.4631.57
Hex865C1B01F502F244220
Octal20613433037120574410240
Binary1000011010111001101101111110100001011111001001000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #865C1B;
 }
 .AnyTagClassName
 {
   color: #865C1B;
 }
</style>
background-color css

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

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

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

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

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

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