Html Css Color HEX #85551A Hot Curry

📋 copy color: '#85551A'

red 133 ◦ green 85 ◦ blue 26

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

Shades of Hot Curry #85551A

Tints of Hot Curry #85551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 54.51%
G = 34.84%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85551A (or 0x85551A) is known color: Hot Curry. HEX triplet: 85, 55 and 1A. RGB value is (133,85,26). Sum of RGB (Red+Green+Blue) = 133+85+26=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85551A is #7AAAE5. Grayscale: #5C5C5C. Windows color (decimal): -8039142 or 1725829. OLE color: 1725829.

HSL color Cylindrical-coordinate representation of color #85551A: hue angle of 33.08º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85551A is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 26 -
CMYK 0 0.36 0.80 0.48
HSL 33.08º 0.67% 0.31% -
HSV(B) 33.08º 0.8% 0.52% -
XYZ 13.11 11.56 2.52 -
YUV 92.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 133 85 26 0 0.36 0.80 0.48 33.08 0.67 0.31
Hex 85 55 1A 0 24 50 30 21 43 1F
Octal 205 125 32 0 44 120 60 41 103 37
Binary 10000101 1010101 11010 0 100100 1010000 110000 100001 1000011 11111

Color Harmonies of #85551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85551A

Black with #85551A

Text Example


Text Example

White with #85551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85551A; }

 p { color: rgb(133,85,26); }

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

background-color css

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

 a { background-color: rgb(133,85,26); }

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

border-color css

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

 span { border-color: rgb(133,85,26); }

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