Html Css Color HEX #85531F Hot Curry

📋 copy color: '#85531F'

red 133 ◦ green 83 ◦ blue 31

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

Shades of Hot Curry #85531F

Tints of Hot Curry #85531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 53.85%
G = 33.6%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85531F (or 0x85531F) is known color: Hot Curry. HEX triplet: 85, 53 and 1F. RGB value is (133,83,31). Sum of RGB (Red+Green+Blue) = 133+83+31=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85531F is #7AACE0. Grayscale: #5C5C5C. Windows color (decimal): -8039649 or 2052997. OLE color: 2052997.

HSL color Cylindrical-coordinate representation of color #85531F: hue angle of 30.59º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85531F is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 83 31 -
CMYK 0 0.38 0.77 0.48
HSL 30.59º 0.62% 0.32% -
HSV(B) 30.59º 0.77% 0.52% -
XYZ 13.01 11.27 2.79 -
YUV 92.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 133 83 31 0 0.38 0.77 0.48 30.59 0.62 0.32
Hex 85 53 1F 0 26 4D 30 1F 3E 20
Octal 205 123 37 0 46 115 60 37 76 40
Binary 10000101 1010011 11111 0 100110 1001101 110000 11111 111110 100000

Color Harmonies of #85531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85531F

Black with #85531F

Text Example


Text Example

White with #85531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85531F; }

 p { color: rgb(133,83,31); }

 H1.HeaderClassName
 {
   color: #85531F;
 }
 .AnyTagClassName
 {
   color: #85531F;
 }
</style>

background-color css

<style>
 a { background-color: #85531F; }

 a { background-color: rgb(133,83,31); }

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

border-color css

<style>
 span { border-color: #85531F; }

 span { border-color: rgb(133,83,31); }

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