Html Css Color HEX #85541A Hot Curry

📋 copy color: '#85541A'

red 133 ◦ green 84 ◦ blue 26

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

Shades of Hot Curry #85541A

Tints of Hot Curry #85541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.57%

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

R = 54.73%
G = 34.57%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85541A (or 0x85541A) is known color: Hot Curry. HEX triplet: 85, 54 and 1A. RGB value is (133,84,26). Sum of RGB (Red+Green+Blue) = 133+84+26=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85541A is #7AABE5. Grayscale: #5C5C5C. Windows color (decimal): -8039398 or 1725573. OLE color: 1725573.

HSL color Cylindrical-coordinate representation of color #85541A: hue angle of 32.52º 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 #85541A is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 26 -
CMYK 0 0.37 0.80 0.48
HSL 32.52º 0.67% 0.31% -
HSV(B) 32.52º 0.8% 0.52% -
XYZ 13.03 11.4 2.49 -
YUV 92.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 133 84 26 0 0.37 0.80 0.48 32.52 0.67 0.31
Hex 85 54 1A 0 25 50 30 21 43 1F
Octal 205 124 32 0 45 120 60 41 103 37
Binary 10000101 1010100 11010 0 100101 1010000 110000 100001 1000011 11111

Color Harmonies of #85541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85541A

Black with #85541A

Text Example


Text Example

White with #85541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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