Html Css Color HEX #856127 Hot Curry

📋 copy color: '#856127'

red 133 ◦ green 97 ◦ blue 39

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

Shades of Hot Curry #856127

Tints of Hot Curry #856127

RGB

 RED value IS 133 (52.34% from 255) = 49.44%

 GREEN value IS 97 (38.28% from 255) = 36.06%

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

R = 49.44%
G = 36.06%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#856127 (or 0x856127) is known color: Hot Curry. HEX triplet: 85, 61 and 27. RGB value is (133,97,39). Sum of RGB (Red+Green+Blue) = 133+97+39=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #856127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856127 is #7A9ED8. Grayscale: #656565. Windows color (decimal): -8036057 or 2580869. OLE color: 2580869.

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

Color convert

RGB 133 97 39 -
CMYK 0 0.27 0.71 0.48
HSL 37.02º 0.55% 0.34% -
HSV(B) 37.02º 0.71% 0.52% -
XYZ 14.31 13.68 3.81 -
YUV 101.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 133 97 39 0 0.27 0.71 0.48 37.02 0.55 0.34
Hex 85 61 27 0 1B 47 30 25 37 22
Octal 205 141 47 0 33 107 60 45 67 42
Binary 10000101 1100001 100111 0 11011 1000111 110000 100101 110111 100010

Color Harmonies of #856127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856127

Black with #856127

Text Example


Text Example

White with #856127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856127; }

 p { color: rgb(133,97,39); }

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

background-color css

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

 a { background-color: rgb(133,97,39); }

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

border-color css

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

 span { border-color: rgb(133,97,39); }

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