Html Css Color HEX #95711D Corn Harvest

📋 copy color: '#95711D'

red 149 ◦ green 113 ◦ blue 29

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

Shades of Corn Harvest #95711D

Tints of Corn Harvest #95711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.83%

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

R = 51.2%
G = 38.83%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95711D (or 0x95711D) is known color: Corn Harvest. HEX triplet: 95, 71 and 1D. RGB value is (149,113,29). Sum of RGB (Red+Green+Blue) = 149+113+29=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95711D is #6A8EE2. Grayscale: #727272. Windows color (decimal): -6983395 or 1929621. OLE color: 1929621.

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

Color convert

RGB 149 113 29 -
CMYK 0 0.24 0.81 0.42
HSL 42º 0.67% 0.35% -
HSV(B) 42º 0.81% 0.58% -
XYZ 18.52 18.29 3.72 -
YUV 114.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 149 113 29 0 0.24 0.81 0.42 42 0.67 0.35
Hex 95 71 1D 0 18 51 2A 2A 43 23
Octal 225 161 35 0 30 121 52 52 103 43
Binary 10010101 1110001 11101 0 11000 1010001 101010 101010 1000011 100011

Color Harmonies of #95711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95711D

Black with #95711D

Text Example


Text Example

White with #95711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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