Html Css Color HEX #95701D Corn Harvest

📋 copy color: '#95701D'

red 149 ◦ green 112 ◦ blue 29

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

Shades of Corn Harvest #95701D

Tints of Corn Harvest #95701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 51.38%
G = 38.62%
B = 10%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95701D (or 0x95701D) is known color: Corn Harvest. HEX triplet: 95, 70 and 1D. RGB value is (149,112,29). Sum of RGB (Red+Green+Blue) = 149+112+29=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95701D is #6A8FE2. Grayscale: #717171. Windows color (decimal): -6983651 or 1929365. OLE color: 1929365.

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

Color convert

RGB 149 112 29 -
CMYK 0 0.25 0.81 0.42
HSL 41.5º 0.67% 0.35% -
HSV(B) 41.5º 0.81% 0.58% -
XYZ 18.41 18.07 3.68 -
YUV 113.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 149 112 29 0 0.25 0.81 0.42 41.5 0.67 0.35
Hex 95 70 1D 0 19 51 2A 2A 43 23
Octal 225 160 35 0 31 121 52 52 103 43
Binary 10010101 1110000 11101 0 11001 1010001 101010 101010 1000011 100011

Color Harmonies of #95701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95701D

Black with #95701D

Text Example


Text Example

White with #95701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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