Html Css Color HEX #8B7725 Corn Harvest

📋 copy color: '#8B7725'

red 139 ◦ green 119 ◦ blue 37

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

Shades of Corn Harvest #8B7725

Tints of Corn Harvest #8B7725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.34%

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

R = 47.12%
G = 40.34%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B7725 (or 0x8B7725) is known color: Corn Harvest. HEX triplet: 8B, 77 and 25. RGB value is (139,119,37). Sum of RGB (Red+Green+Blue) = 139+119+37=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7725 is #7488DA. Grayscale: #737373. Windows color (decimal): -7637211 or 2455435. OLE color: 2455435.

HSL color Cylindrical-coordinate representation of color #8B7725: hue angle of 48.24º 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 #8B7725 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 119 37 -
CMYK 0 0.14 0.73 0.45
HSL 48.24º 0.58% 0.35% -
HSV(B) 48.24º 0.73% 0.55% -
XYZ 17.58 18.82 4.46 -
YUV 115.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 139 119 37 0 0.14 0.73 0.45 48.24 0.58 0.35
Hex 8B 77 25 0 E 49 2D 30 3A 23
Octal 213 167 45 0 16 111 55 60 72 43
Binary 10001011 1110111 100101 0 1110 1001001 101101 110000 111010 100011

Color Harmonies of #8B7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7725

Black with #8B7725

Text Example


Text Example

White with #8B7725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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