Html Css Color HEX #947025 Corn Harvest

📋 copy color: '#947025'

red 148 ◦ green 112 ◦ blue 37

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

Shades of Corn Harvest #947025

Tints of Corn Harvest #947025

RGB

 RED value IS 148 (58.2% from 255) = 49.83%

 GREEN value IS 112 (44.14% from 255) = 37.71%

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

R = 49.83%
G = 37.71%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#947025 (or 0x947025) is known color: Corn Harvest. HEX triplet: 94, 70 and 25. RGB value is (148,112,37). Sum of RGB (Red+Green+Blue) = 148+112+37=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #947025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947025 is #6B8FDA. Grayscale: #727272. Windows color (decimal): -7049179 or 2453652. OLE color: 2453652.

HSL color Cylindrical-coordinate representation of color #947025: hue angle of 40.54º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #947025 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 37 -
CMYK 0 0.24 0.75 0.42
HSL 40.54º 0.6% 0.36% -
HSV(B) 40.54º 0.75% 0.58% -
XYZ 18.34 18.02 4.26 -
YUV 114.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 148 112 37 0 0.24 0.75 0.42 40.54 0.6 0.36
Hex 94 70 25 0 18 4B 2A 29 3C 24
Octal 224 160 45 0 30 113 52 51 74 44
Binary 10010100 1110000 100101 0 11000 1001011 101010 101001 111100 100100

Color Harmonies of #947025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947025

Black with #947025

Text Example


Text Example

White with #947025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947025; }

 p { color: rgb(148,112,37); }

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

background-color css

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

 a { background-color: rgb(148,112,37); }

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

border-color css

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

 span { border-color: rgb(148,112,37); }

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