Html Css Color HEX #85562B Hot Curry

📋 copy color: '#85562B'

red 133 ◦ green 86 ◦ blue 43

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

Shades of Hot Curry #85562B

Tints of Hot Curry #85562B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

 BLUE value IS 43 (17.19% from 255) = 16.41%

R = 50.76%
G = 32.82%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85562B (or 0x85562B) is known color: Hot Curry. HEX triplet: 85, 56 and 2B. RGB value is (133,86,43). Sum of RGB (Red+Green+Blue) = 133+86+43=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85562B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85562B is #7AA9D4. Grayscale: #5F5F5F. Windows color (decimal): -8038869 or 2840197. OLE color: 2840197.

HSL color Cylindrical-coordinate representation of color #85562B: hue angle of 28.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85562B is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 43 -
CMYK 0 0.35 0.68 0.48
HSL 28.67º 0.51% 0.35% -
HSV(B) 28.67º 0.68% 0.52% -
XYZ 13.44 11.82 3.86 -
YUV 95.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 133 86 43 0 0.35 0.68 0.48 28.67 0.51 0.35
Hex 85 56 2B 0 23 44 30 1D 33 23
Octal 205 126 53 0 43 104 60 35 63 43
Binary 10000101 1010110 101011 0 100011 1000100 110000 11101 110011 100011

Color Harmonies of #85562B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85562B

Black with #85562B

Text Example


Text Example

White with #85562B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85562B; }

 p { color: rgb(133,86,43); }

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

background-color css

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

 a { background-color: rgb(133,86,43); }

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

border-color css

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

 span { border-color: rgb(133,86,43); }

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