Html Css Color HEX #865627 Hot Curry

📋 copy color: '#865627'

red 134 ◦ green 86 ◦ blue 39

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

Shades of Hot Curry #865627

Tints of Hot Curry #865627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 39 (15.63% from 255) = 15.06%

R = 51.74%
G = 33.2%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#865627 (or 0x865627) is known color: Hot Curry. HEX triplet: 86, 56 and 27. RGB value is (134,86,39). Sum of RGB (Red+Green+Blue) = 134+86+39=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #865627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865627 is #79A9D8. Grayscale: #5F5F5F. Windows color (decimal): -7973337 or 2578054. OLE color: 2578054.

HSL color Cylindrical-coordinate representation of color #865627: hue angle of 29.68º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #865627 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 86 39 -
CMYK 0 0.36 0.71 0.47
HSL 29.68º 0.55% 0.34% -
HSV(B) 29.68º 0.71% 0.53% -
XYZ 13.53 11.87 3.5 -
YUV 94.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 134 86 39 0 0.36 0.71 0.47 29.68 0.55 0.34
Hex 86 56 27 0 24 47 2F 1E 37 22
Octal 206 126 47 0 44 107 57 36 67 42
Binary 10000110 1010110 100111 0 100100 1000111 101111 11110 110111 100010

Color Harmonies of #865627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865627

Black with #865627

Text Example


Text Example

White with #865627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865627; }

 p { color: rgb(134,86,39); }

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

background-color css

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

 a { background-color: rgb(134,86,39); }

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

border-color css

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

 span { border-color: rgb(134,86,39); }

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