Html Css Color HEX #8B7925 Corn Harvest

📋 copy color: '#8B7925'

red 139 ◦ green 121 ◦ blue 37

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

Shades of Corn Harvest #8B7925

Tints of Corn Harvest #8B7925

RGB

 RED value IS 139 (54.69% from 255) = 46.8%

 GREEN value IS 121 (47.66% from 255) = 40.74%

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 46.8%
G = 40.74%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B7925 (or 0x8B7925) is known color: Corn Harvest. HEX triplet: 8B, 79 and 25. RGB value is (139,121,37). Sum of RGB (Red+Green+Blue) = 139+121+37=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7925 is #7486DA. Grayscale: #757575. Windows color (decimal): -7636699 or 2455947. OLE color: 2455947.

HSL color Cylindrical-coordinate representation of color #8B7925: hue angle of 49.41º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B7925 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 121 37 -
CMYK 0 0.13 0.73 0.45
HSL 49.41º 0.58% 0.35% -
HSV(B) 49.41º 0.73% 0.55% -
XYZ 17.82 19.3 4.54 -
YUV 116.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 139 121 37 0 0.13 0.73 0.45 49.41 0.58 0.35
Hex 8B 79 25 0 D 49 2D 31 3A 23
Octal 213 171 45 0 15 111 55 61 72 43
Binary 10001011 1111001 100101 0 1101 1001001 101101 110001 111010 100011

Color Harmonies of #8B7925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7925

Black with #8B7925

Text Example


Text Example

White with #8B7925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B7925; }

 p { color: rgb(139,121,37); }

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

background-color css

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

 a { background-color: rgb(139,121,37); }

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

border-color css

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

 span { border-color: rgb(139,121,37); }

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