Html Css Color HEX #88541C Hot Curry

📋 copy color: '#88541C'

red 136 ◦ green 84 ◦ blue 28

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

Shades of Hot Curry #88541C

Tints of Hot Curry #88541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 54.84%
G = 33.87%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88541C (or 0x88541C) is known color: Hot Curry. HEX triplet: 88, 54 and 1C. RGB value is (136,84,28). Sum of RGB (Red+Green+Blue) = 136+84+28=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88541C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88541C is #77ABE3. Grayscale: #5D5D5D. Windows color (decimal): -7842788 or 1856648. OLE color: 1856648.

HSL color Cylindrical-coordinate representation of color #88541C: hue angle of 31.11º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #88541C is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 84 28 -
CMYK 0 0.38 0.79 0.47
HSL 31.11º 0.66% 0.32% -
HSV(B) 31.11º 0.79% 0.53% -
XYZ 13.53 11.66 2.64 -
YUV 93.16 91.23 158.55 -
System Red Green Blue C M Y K H S L
Decimal 136 84 28 0 0.38 0.79 0.47 31.11 0.66 0.32
Hex 88 54 1C 0 26 4F 2F 1F 42 20
Octal 210 124 34 0 46 117 57 37 102 40
Binary 10001000 1010100 11100 0 100110 1001111 101111 11111 1000010 100000

Color Harmonies of #88541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88541C

Black with #88541C

Text Example


Text Example

White with #88541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88541C; }

 p { color: rgb(136,84,28); }

 H1.HeaderClassName
 {
   color: #88541C;
 }
 .AnyTagClassName
 {
   color: #88541C;
 }
</style>

background-color css

<style>
 a { background-color: #88541C; }

 a { background-color: rgb(136,84,28); }

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

border-color css

<style>
 span { border-color: #88541C; }

 span { border-color: rgb(136,84,28); }

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