Html Css Color HEX #88742B Corn Harvest

📋 copy color: '#88742B'

red 136 ◦ green 116 ◦ blue 43

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

Shades of Corn Harvest #88742B

Tints of Corn Harvest #88742B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 46.1%
G = 39.32%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88742B (or 0x88742B) is known color: Corn Harvest. HEX triplet: 88, 74 and 2B. RGB value is (136,116,43). Sum of RGB (Red+Green+Blue) = 136+116+43=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88742B is #778BD4. Grayscale: #717171. Windows color (decimal): -7834581 or 2847880. OLE color: 2847880.

HSL color Cylindrical-coordinate representation of color #88742B: hue angle of 47.1º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88742B is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 116 43 -
CMYK 0 0.15 0.68 0.47
HSL 47.1º 0.52% 0.35% -
HSV(B) 47.1º 0.68% 0.53% -
XYZ 16.83 17.9 4.85 -
YUV 113.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 136 116 43 0 0.15 0.68 0.47 47.1 0.52 0.35
Hex 88 74 2B 0 F 44 2F 2F 34 23
Octal 210 164 53 0 17 104 57 57 64 43
Binary 10001000 1110100 101011 0 1111 1000100 101111 101111 110100 100011

Color Harmonies of #88742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88742B

Black with #88742B

Text Example


Text Example

White with #88742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88742B; }

 p { color: rgb(136,116,43); }

 H1.HeaderClassName
 {
   color: #88742B;
 }
 .AnyTagClassName
 {
   color: #88742B;
 }
</style>

background-color css

<style>
 a { background-color: #88742B; }

 a { background-color: rgb(136,116,43); }

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

border-color css

<style>
 span { border-color: #88742B; }

 span { border-color: rgb(136,116,43); }

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