Html Css Color HEX #885F1F Hot Curry

📋 copy color: '#885F1F'

red 136 ◦ green 95 ◦ blue 31

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

Shades of Hot Curry #885F1F

Tints of Hot Curry #885F1F

RGB

 RED value IS 136 (53.52% from 255) = 51.91%

 GREEN value IS 95 (37.5% from 255) = 36.26%

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

R = 51.91%
G = 36.26%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#885F1F (or 0x885F1F) is known color: Hot Curry. HEX triplet: 88, 5F and 1F. RGB value is (136,95,31). Sum of RGB (Red+Green+Blue) = 136+95+31=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #885F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F1F is #77A0E0. Grayscale: #646464. Windows color (decimal): -7839969 or 2056072. OLE color: 2056072.

HSL color Cylindrical-coordinate representation of color #885F1F: hue angle of 36.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #885F1F is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 31 -
CMYK 0 0.30 0.77 0.47
HSL 36.57º 0.63% 0.33% -
HSV(B) 36.57º 0.77% 0.53% -
XYZ 14.49 13.52 3.14 -
YUV 99.96 89.08 153.7 -
System Red Green Blue C M Y K H S L
Decimal 136 95 31 0 0.30 0.77 0.47 36.57 0.63 0.33
Hex 88 5F 1F 0 1E 4D 2F 25 3F 21
Octal 210 137 37 0 36 115 57 45 77 41
Binary 10001000 1011111 11111 0 11110 1001101 101111 100101 111111 100001

Color Harmonies of #885F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F1F

Black with #885F1F

Text Example


Text Example

White with #885F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F1F; }

 p { color: rgb(136,95,31); }

 H1.HeaderClassName
 {
   color: #885F1F;
 }
 .AnyTagClassName
 {
   color: #885F1F;
 }
</style>

background-color css

<style>
 a { background-color: #885F1F; }

 a { background-color: rgb(136,95,31); }

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

border-color css

<style>
 span { border-color: #885F1F; }

 span { border-color: rgb(136,95,31); }

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