Html Css Color HEX #85652C Hot Curry

📋 copy color: '#85652C'

red 133 ◦ green 101 ◦ blue 44

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

Shades of Hot Curry #85652C

Tints of Hot Curry #85652C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 47.84%
G = 36.33%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85652C (or 0x85652C) is known color: Hot Curry. HEX triplet: 85, 65 and 2C. RGB value is (133,101,44). Sum of RGB (Red+Green+Blue) = 133+101+44=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85652C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85652C is #7A9AD3. Grayscale: #686868. Windows color (decimal): -8035028 or 2909573. OLE color: 2909573.

HSL color Cylindrical-coordinate representation of color #85652C: hue angle of 38.43º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85652C is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 44 -
CMYK 0 0.24 0.67 0.48
HSL 38.43º 0.5% 0.35% -
HSV(B) 38.43º 0.67% 0.52% -
XYZ 14.78 14.48 4.4 -
YUV 104.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 133 101 44 0 0.24 0.67 0.48 38.43 0.5 0.35
Hex 85 65 2C 0 18 43 30 26 32 23
Octal 205 145 54 0 30 103 60 46 62 43
Binary 10000101 1100101 101100 0 11000 1000011 110000 100110 110010 100011

Color Harmonies of #85652C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85652C

Black with #85652C

Text Example


Text Example

White with #85652C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85652C; }

 p { color: rgb(133,101,44); }

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

background-color css

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

 a { background-color: rgb(133,101,44); }

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

border-color css

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

 span { border-color: rgb(133,101,44); }

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