Html Css Color HEX #85582B Hot Curry

📋 copy color: '#85582B'

red 133 ◦ green 88 ◦ blue 43

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

Shades of Hot Curry #85582B

Tints of Hot Curry #85582B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.33%

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

R = 50.38%
G = 33.33%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85582B (or 0x85582B) is known color: Hot Curry. HEX triplet: 85, 58 and 2B. RGB value is (133,88,43). Sum of RGB (Red+Green+Blue) = 133+88+43=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85582B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85582B is #7AA7D4. Grayscale: #606060. Windows color (decimal): -8038357 or 2840709. OLE color: 2840709.

HSL color Cylindrical-coordinate representation of color #85582B: hue angle of 30º 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 #85582B is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 43 -
CMYK 0 0.34 0.68 0.48
HSL 30º 0.51% 0.35% -
HSV(B) 30º 0.68% 0.52% -
XYZ 13.6 12.14 3.91 -
YUV 96.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 133 88 43 0 0.34 0.68 0.48 30 0.51 0.35
Hex 85 58 2B 0 22 44 30 1E 33 23
Octal 205 130 53 0 42 104 60 36 63 43
Binary 10000101 1011000 101011 0 100010 1000100 110000 11110 110011 100011

Color Harmonies of #85582B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85582B

Black with #85582B

Text Example


Text Example

White with #85582B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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