Html Css Color HEX #856125 Hot Curry

📋 copy color: '#856125'

red 133 ◦ green 97 ◦ blue 37

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

Shades of Hot Curry #856125

Tints of Hot Curry #856125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.86%

R = 49.81%
G = 36.33%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#856125 (or 0x856125) is known color: Hot Curry. HEX triplet: 85, 61 and 25. RGB value is (133,97,37). Sum of RGB (Red+Green+Blue) = 133+97+37=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #856125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856125 is #7A9EDA. Grayscale: #656565. Windows color (decimal): -8036059 or 2449797. OLE color: 2449797.

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

Color convert

RGB 133 97 37 -
CMYK 0 0.27 0.72 0.48
HSL 37.5º 0.56% 0.33% -
HSV(B) 37.5º 0.72% 0.52% -
XYZ 14.28 13.67 3.64 -
YUV 100.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 133 97 37 0 0.27 0.72 0.48 37.5 0.56 0.33
Hex 85 61 25 0 1B 48 30 26 38 21
Octal 205 141 45 0 33 110 60 46 70 41
Binary 10000101 1100001 100101 0 11011 1001000 110000 100110 111000 100001

Color Harmonies of #856125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856125

Black with #856125

Text Example


Text Example

White with #856125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856125; }

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

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

background-color css

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

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

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

border-color css

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

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

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