Html Css Color HEX #896C30 Corn Harvest

📋 copy color: '#896C30'

red 137 ◦ green 108 ◦ blue 48

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

Shades of Corn Harvest #896C30

Tints of Corn Harvest #896C30

RGB

 RED value IS 137 (53.91% from 255) = 46.76%

 GREEN value IS 108 (42.58% from 255) = 36.86%

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

R = 46.76%
G = 36.86%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#896C30 (or 0x896C30) is known color: Corn Harvest. HEX triplet: 89, 6C and 30. RGB value is (137,108,48). Sum of RGB (Red+Green+Blue) = 137+108+48=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #896C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C30 is #7693CF. Grayscale: #6E6E6E. Windows color (decimal): -7771088 or 3173513. OLE color: 3173513.

HSL color Cylindrical-coordinate representation of color #896C30: hue angle of 40.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #896C30 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 108 48 -
CMYK 0 0.21 0.65 0.46
HSL 40.45º 0.48% 0.36% -
HSV(B) 40.45º 0.65% 0.54% -
XYZ 16.21 16.26 5.08 -
YUV 109.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 137 108 48 0 0.21 0.65 0.46 40.45 0.48 0.36
Hex 89 6C 30 0 15 41 2E 28 30 24
Octal 211 154 60 0 25 101 56 50 60 44
Binary 10001001 1101100 110000 0 10101 1000001 101110 101000 110000 100100

Color Harmonies of #896C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C30

Black with #896C30

Text Example


Text Example

White with #896C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896C30; }

 p { color: rgb(137,108,48); }

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

background-color css

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

 a { background-color: rgb(137,108,48); }

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

border-color css

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

 span { border-color: rgb(137,108,48); }

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