Html Css Color HEX #865C1C Hot Curry

📋 copy color: '#865C1C'

red 134 ◦ green 92 ◦ blue 28

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

Shades of Hot Curry #865C1C

Tints of Hot Curry #865C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 52.76%
G = 36.22%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#865C1C (or 0x865C1C) is known color: Hot Curry. HEX triplet: 86, 5C and 1C. RGB value is (134,92,28). Sum of RGB (Red+Green+Blue) = 134+92+28=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #865C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C1C is #79A3E3. Grayscale: #616161. Windows color (decimal): -7971812 or 1858694. OLE color: 1858694.

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

Color convert

RGB 134 92 28 -
CMYK 0 0.31 0.79 0.47
HSL 36.23º 0.65% 0.32% -
HSV(B) 36.23º 0.79% 0.53% -
XYZ 13.87 12.81 2.84 -
YUV 97.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 134 92 28 0 0.31 0.79 0.47 36.23 0.65 0.32
Hex 86 5C 1C 0 1F 4F 2F 24 41 20
Octal 206 134 34 0 37 117 57 44 101 40
Binary 10000110 1011100 11100 0 11111 1001111 101111 100100 1000001 100000

Color Harmonies of #865C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C1C

Black with #865C1C

Text Example


Text Example

White with #865C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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