Html Css Color HEX #88541D Hot Curry

📋 copy color: '#88541D'

red 136 ◦ green 84 ◦ blue 29

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

Shades of Hot Curry #88541D

Tints of Hot Curry #88541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 54.62%
G = 33.73%
B = 11.65%

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

#88541D (or 0x88541D) is known color: Hot Curry. HEX triplet: 88, 54 and 1D. RGB value is (136,84,29). Sum of RGB (Red+Green+Blue) = 136+84+29=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88541D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88541D is #77ABE2. Grayscale: #5D5D5D. Windows color (decimal): -7842787 or 1922184. OLE color: 1922184.

HSL color Cylindrical-coordinate representation of color #88541D: hue angle of 30.84º degrees, saturation: 0.65, 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 #88541D is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 84 29 -
CMYK 0 0.38 0.79 0.47
HSL 30.84º 0.65% 0.32% -
HSV(B) 30.84º 0.79% 0.53% -
XYZ 13.55 11.66 2.7 -
YUV 93.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 136 84 29 0 0.38 0.79 0.47 30.84 0.65 0.32
Hex 88 54 1D 0 26 4F 2F 1F 41 20
Octal 210 124 35 0 46 117 57 37 101 40
Binary 10001000 1010100 11101 0 100110 1001111 101111 11111 1000001 100000

Color Harmonies of #88541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88541D

Black with #88541D

Text Example


Text Example

White with #88541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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