Html Css Color HEX #95741D Corn Harvest

📋 copy color: '#95741D'

red 149 ◦ green 116 ◦ blue 29

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

Shades of Corn Harvest #95741D

Tints of Corn Harvest #95741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

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

R = 50.68%
G = 39.46%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95741D (or 0x95741D) is known color: Corn Harvest. HEX triplet: 95, 74 and 1D. RGB value is (149,116,29). Sum of RGB (Red+Green+Blue) = 149+116+29=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95741D is #6A8BE2. Grayscale: #747474. Windows color (decimal): -6982627 or 1930389. OLE color: 1930389.

HSL color Cylindrical-coordinate representation of color #95741D: hue angle of 43.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 #95741D is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 29 -
CMYK 0 0.22 0.81 0.42
HSL 43.5º 0.67% 0.35% -
HSV(B) 43.5º 0.81% 0.58% -
XYZ 18.86 18.97 3.83 -
YUV 115.95 78.93 151.57 -
System Red Green Blue C M Y K H S L
Decimal 149 116 29 0 0.22 0.81 0.42 43.5 0.67 0.35
Hex 95 74 1D 0 16 51 2A 2C 43 23
Octal 225 164 35 0 26 121 52 54 103 43
Binary 10010101 1110100 11101 0 10110 1010001 101010 101100 1000011 100011

Color Harmonies of #95741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95741D

Black with #95741D

Text Example


Text Example

White with #95741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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