Html Css Color HEX #88531D Hot Curry

📋 copy color: '#88531D'

red 136 ◦ green 83 ◦ blue 29

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

Shades of Hot Curry #88531D

Tints of Hot Curry #88531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 54.84%
G = 33.47%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88531D (or 0x88531D) is known color: Hot Curry. HEX triplet: 88, 53 and 1D. RGB value is (136,83,29). Sum of RGB (Red+Green+Blue) = 136+83+29=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88531D is #77ACE2. Grayscale: #5C5C5C. Windows color (decimal): -7843043 or 1921928. OLE color: 1921928.

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

Color convert

RGB 136 83 29 -
CMYK 0 0.39 0.79 0.47
HSL 30.28º 0.65% 0.32% -
HSV(B) 30.28º 0.79% 0.53% -
XYZ 13.47 11.51 2.67 -
YUV 92.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 136 83 29 0 0.39 0.79 0.47 30.28 0.65 0.32
Hex 88 53 1D 0 27 4F 2F 1E 41 20
Octal 210 123 35 0 47 117 57 36 101 40
Binary 10001000 1010011 11101 0 100111 1001111 101111 11110 1000001 100000

Color Harmonies of #88531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88531D

Black with #88531D

Text Example


Text Example

White with #88531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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