Html Css Color HEX #95701F Corn Harvest

📋 copy color: '#95701F'

red 149 ◦ green 112 ◦ blue 31

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

Shades of Corn Harvest #95701F

Tints of Corn Harvest #95701F

RGB

 RED value IS 149 (58.59% from 255) = 51.03%

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

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 51.03%
G = 38.36%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#95701F (or 0x95701F) is known color: Corn Harvest. HEX triplet: 95, 70 and 1F. RGB value is (149,112,31). Sum of RGB (Red+Green+Blue) = 149+112+31=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95701F is #6A8FE0. Grayscale: #727272. Windows color (decimal): -6983649 or 2060437. OLE color: 2060437.

HSL color Cylindrical-coordinate representation of color #95701F: hue angle of 41.19º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95701F is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 31 -
CMYK 0 0.25 0.79 0.42
HSL 41.19º 0.66% 0.35% -
HSV(B) 41.19º 0.79% 0.58% -
XYZ 18.44 18.08 3.81 -
YUV 113.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 149 112 31 0 0.25 0.79 0.42 41.19 0.66 0.35
Hex 95 70 1F 0 19 4F 2A 29 42 23
Octal 225 160 37 0 31 117 52 51 102 43
Binary 10010101 1110000 11111 0 11001 1001111 101010 101001 1000010 100011

Color Harmonies of #95701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95701F

Black with #95701F

Text Example


Text Example

White with #95701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95701F; }

 p { color: rgb(149,112,31); }

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

background-color css

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

 a { background-color: rgb(149,112,31); }

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

border-color css

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

 span { border-color: rgb(149,112,31); }

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