Html Css Color HEX #85602E Hot Curry

📋 copy color: '#85602E'

red 133 ◦ green 96 ◦ blue 46

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

Shades of Hot Curry #85602E

Tints of Hot Curry #85602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

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

R = 48.36%
G = 34.91%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85602E (or 0x85602E) is known color: Hot Curry. HEX triplet: 85, 60 and 2E. RGB value is (133,96,46). Sum of RGB (Red+Green+Blue) = 133+96+46=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #85602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85602E is #7A9FD1. Grayscale: #656565. Windows color (decimal): -8036306 or 3039365. OLE color: 3039365.

HSL color Cylindrical-coordinate representation of color #85602E: hue angle of 34.48º 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 #85602E is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 46 -
CMYK 0 0.28 0.65 0.48
HSL 34.48º 0.49% 0.35% -
HSV(B) 34.48º 0.65% 0.52% -
XYZ 14.35 13.55 4.44 -
YUV 101.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 133 96 46 0 0.28 0.65 0.48 34.48 0.49 0.35
Hex 85 60 2E 0 1C 41 30 22 31 23
Octal 205 140 56 0 34 101 60 42 61 43
Binary 10000101 1100000 101110 0 11100 1000001 110000 100010 110001 100011

Color Harmonies of #85602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85602E

Black with #85602E

Text Example


Text Example

White with #85602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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