Html Css Color HEX #88531F Hot Curry

📋 copy color: '#88531F'

red 136 ◦ green 83 ◦ blue 31

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

Shades of Hot Curry #88531F

Tints of Hot Curry #88531F

RGB

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

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

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

R = 54.4%
G = 33.2%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88531F (or 0x88531F) is known color: Hot Curry. HEX triplet: 88, 53 and 1F. RGB value is (136,83,31). Sum of RGB (Red+Green+Blue) = 136+83+31=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88531F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88531F is #77ACE0. Grayscale: #5D5D5D. Windows color (decimal): -7843041 or 2053000. OLE color: 2053000.

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

Color convert

RGB 136 83 31 -
CMYK 0 0.39 0.77 0.47
HSL 29.71º 0.63% 0.33% -
HSV(B) 29.71º 0.77% 0.53% -
XYZ 13.49 11.52 2.81 -
YUV 92.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 136 83 31 0 0.39 0.77 0.47 29.71 0.63 0.33
Hex 88 53 1F 0 27 4D 2F 1E 3F 21
Octal 210 123 37 0 47 115 57 36 77 41
Binary 10001000 1010011 11111 0 100111 1001101 101111 11110 111111 100001

Color Harmonies of #88531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88531F

Black with #88531F

Text Example


Text Example

White with #88531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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