Html Css Color HEX #886830 Corn Harvest

📋 copy color: '#886830'

red 136 ◦ green 104 ◦ blue 48

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

Shades of Corn Harvest #886830

Tints of Corn Harvest #886830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

 BLUE value IS 48 (19.14% from 255) = 16.67%

R = 47.22%
G = 36.11%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#886830 (or 0x886830) is known color: Corn Harvest. HEX triplet: 88, 68 and 30. RGB value is (136,104,48). Sum of RGB (Red+Green+Blue) = 136+104+48=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #886830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886830 is #7797CF. Grayscale: #6B6B6B. Windows color (decimal): -7837648 or 3172488. OLE color: 3172488.

HSL color Cylindrical-coordinate representation of color #886830: hue angle of 38.18º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #886830 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 104 48 -
CMYK 0 0.24 0.65 0.47
HSL 38.18º 0.48% 0.36% -
HSV(B) 38.18º 0.65% 0.53% -
XYZ 15.64 15.35 4.93 -
YUV 107.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 136 104 48 0 0.24 0.65 0.47 38.18 0.48 0.36
Hex 88 68 30 0 18 41 2F 26 30 24
Octal 210 150 60 0 30 101 57 46 60 44
Binary 10001000 1101000 110000 0 11000 1000001 101111 100110 110000 100100

Color Harmonies of #886830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886830

Black with #886830

Text Example


Text Example

White with #886830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886830; }

 p { color: rgb(136,104,48); }

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

background-color css

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

 a { background-color: rgb(136,104,48); }

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

border-color css

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

 span { border-color: rgb(136,104,48); }

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