Html Css Color HEX #85642E Hot Curry

📋 copy color: '#85642E'

red 133 ◦ green 100 ◦ blue 46

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

Shades of Hot Curry #85642E

Tints of Hot Curry #85642E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

 BLUE value IS 46 (18.36% from 255) = 16.49%

R = 47.67%
G = 35.84%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85642E (or 0x85642E) is known color: Hot Curry. HEX triplet: 85, 64 and 2E. RGB value is (133,100,46). Sum of RGB (Red+Green+Blue) = 133+100+46=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85642E is #7A9BD1. Grayscale: #676767. Windows color (decimal): -8035282 or 3040389. OLE color: 3040389.

HSL color Cylindrical-coordinate representation of color #85642E: hue angle of 37.24º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85642E is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 46 -
CMYK 0 0.25 0.65 0.48
HSL 37.24º 0.49% 0.35% -
HSV(B) 37.24º 0.65% 0.52% -
XYZ 14.72 14.3 4.57 -
YUV 103.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 133 100 46 0 0.25 0.65 0.48 37.24 0.49 0.35
Hex 85 64 2E 0 19 41 30 25 31 23
Octal 205 144 56 0 31 101 60 45 61 43
Binary 10000101 1100100 101110 0 11001 1000001 110000 100101 110001 100011

Color Harmonies of #85642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85642E

Black with #85642E

Text Example


Text Example

White with #85642E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85642E; }

 p { color: rgb(133,100,46); }

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

background-color css

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

 a { background-color: rgb(133,100,46); }

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

border-color css

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

 span { border-color: rgb(133,100,46); }

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