Html Css Color HEX #865C1F Hot Curry

📋 copy color: '#865C1F'

red 134 ◦ green 92 ◦ blue 31

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

Shades of Hot Curry #865C1F

Tints of Hot Curry #865C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.8%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 52.14%
G = 35.8%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#865C1F (or 0x865C1F) is known color: Hot Curry. HEX triplet: 86, 5C and 1F. RGB value is (134,92,31). Sum of RGB (Red+Green+Blue) = 134+92+31=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #865C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C1F is #79A3E0. Grayscale: #616161. Windows color (decimal): -7971809 or 2055302. OLE color: 2055302.

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

Color convert

RGB 134 92 31 -
CMYK 0 0.31 0.77 0.47
HSL 35.53º 0.62% 0.32% -
HSV(B) 35.53º 0.77% 0.53% -
XYZ 13.91 12.82 3.04 -
YUV 97.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 134 92 31 0 0.31 0.77 0.47 35.53 0.62 0.32
Hex 86 5C 1F 0 1F 4D 2F 24 3E 20
Octal 206 134 37 0 37 115 57 44 76 40
Binary 10000110 1011100 11111 0 11111 1001101 101111 100100 111110 100000

Color Harmonies of #865C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C1F

Black with #865C1F

Text Example


Text Example

White with #865C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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