Html Css Color HEX #88712D Corn Harvest

📋 copy color: '#88712D'

red 136 ◦ green 113 ◦ blue 45

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

Shades of Corn Harvest #88712D

Tints of Corn Harvest #88712D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 46.26%
G = 38.44%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88712D (or 0x88712D) is known color: Corn Harvest. HEX triplet: 88, 71 and 2D. RGB value is (136,113,45). Sum of RGB (Red+Green+Blue) = 136+113+45=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88712D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88712D is #778ED2. Grayscale: #707070. Windows color (decimal): -7835347 or 2978184. OLE color: 2978184.

HSL color Cylindrical-coordinate representation of color #88712D: hue angle of 44.84º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88712D is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 113 45 -
CMYK 0 0.17 0.67 0.47
HSL 44.84º 0.5% 0.35% -
HSV(B) 44.84º 0.67% 0.53% -
XYZ 16.53 17.23 4.94 -
YUV 112.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 136 113 45 0 0.17 0.67 0.47 44.84 0.5 0.35
Hex 88 71 2D 0 11 43 2F 2D 32 23
Octal 210 161 55 0 21 103 57 55 62 43
Binary 10001000 1110001 101101 0 10001 1000011 101111 101101 110010 100011

Color Harmonies of #88712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88712D

Black with #88712D

Text Example


Text Example

White with #88712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,113,45); }

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

background-color css

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

 a { background-color: rgb(136,113,45); }

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

border-color css

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

 span { border-color: rgb(136,113,45); }

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