Html Css Color HEX #947525 Corn Harvest

📋 copy color: '#947525'

red 148 ◦ green 117 ◦ blue 37

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

Shades of Corn Harvest #947525

Tints of Corn Harvest #947525

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 49.01%
G = 38.74%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#947525 (or 0x947525) is known color: Corn Harvest. HEX triplet: 94, 75 and 25. RGB value is (148,117,37). Sum of RGB (Red+Green+Blue) = 148+117+37=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #947525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947525 is #6B8ADA. Grayscale: #757575. Windows color (decimal): -7047899 or 2454932. OLE color: 2454932.

HSL color Cylindrical-coordinate representation of color #947525: hue angle of 43.24º 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 #947525 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 37 -
CMYK 0 0.21 0.75 0.42
HSL 43.24º 0.6% 0.36% -
HSV(B) 43.24º 0.75% 0.58% -
XYZ 18.91 19.15 4.45 -
YUV 117.15 82.77 150 -
System Red Green Blue C M Y K H S L
Decimal 148 117 37 0 0.21 0.75 0.42 43.24 0.6 0.36
Hex 94 75 25 0 15 4B 2A 2B 3C 24
Octal 224 165 45 0 25 113 52 53 74 44
Binary 10010100 1110101 100101 0 10101 1001011 101010 101011 111100 100100

Color Harmonies of #947525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947525

Black with #947525

Text Example


Text Example

White with #947525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947525; }

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

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

background-color css

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

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

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

border-color css

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

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

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