Html Css Color HEX #886F34 Corn Harvest

📋 copy color: '#886F34'

red 136 ◦ green 111 ◦ blue 52

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

Shades of Corn Harvest #886F34

Tints of Corn Harvest #886F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.12%

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 45.48%
G = 37.12%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#886F34 (or 0x886F34) is known color: Corn Harvest. HEX triplet: 88, 6F and 34. RGB value is (136,111,52). Sum of RGB (Red+Green+Blue) = 136+111+52=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #886F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886F34 is #7790CB. Grayscale: #707070. Windows color (decimal): -7835852 or 3436424. OLE color: 3436424.

HSL color Cylindrical-coordinate representation of color #886F34: hue angle of 42.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #886F34 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 111 52 -
CMYK 0 0.18 0.62 0.47
HSL 42.14º 0.45% 0.37% -
HSV(B) 42.14º 0.62% 0.53% -
XYZ 16.46 16.85 5.63 -
YUV 111.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 136 111 52 0 0.18 0.62 0.47 42.14 0.45 0.37
Hex 88 6F 34 0 12 3E 2F 2A 2D 25
Octal 210 157 64 0 22 76 57 52 55 45
Binary 10001000 1101111 110100 0 10010 111110 101111 101010 101101 100101

Color Harmonies of #886F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F34

Black with #886F34

Text Example


Text Example

White with #886F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886F34; }

 p { color: rgb(136,111,52); }

 H1.HeaderClassName
 {
   color: #886F34;
 }
 .AnyTagClassName
 {
   color: #886F34;
 }
</style>

background-color css

<style>
 a { background-color: #886F34; }

 a { background-color: rgb(136,111,52); }

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

border-color css

<style>
 span { border-color: #886F34; }

 span { border-color: rgb(136,111,52); }

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