Html Css Color HEX #885C1F Hot Curry

📋 copy color: '#885C1F'

red 136 ◦ green 92 ◦ blue 31

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

Shades of Hot Curry #885C1F

Tints of Hot Curry #885C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.52%

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

R = 52.51%
G = 35.52%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#885C1F (or 0x885C1F) is known color: Hot Curry. HEX triplet: 88, 5C and 1F. RGB value is (136,92,31). Sum of RGB (Red+Green+Blue) = 136+92+31=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #885C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C1F is #77A3E0. Grayscale: #626262. Windows color (decimal): -7840737 or 2055304. OLE color: 2055304.

HSL color Cylindrical-coordinate representation of color #885C1F: hue angle of 34.86º 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 #885C1F is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 92 31 -
CMYK 0 0.32 0.77 0.47
HSL 34.86º 0.63% 0.33% -
HSV(B) 34.86º 0.77% 0.53% -
XYZ 14.23 12.99 3.05 -
YUV 98.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 136 92 31 0 0.32 0.77 0.47 34.86 0.63 0.33
Hex 88 5C 1F 0 20 4D 2F 23 3F 21
Octal 210 134 37 0 40 115 57 43 77 41
Binary 10001000 1011100 11111 0 100000 1001101 101111 100011 111111 100001

Color Harmonies of #885C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C1F

Black with #885C1F

Text Example


Text Example

White with #885C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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