Html Css Color HEX #95732F Corn Harvest

📋 copy color: '#95732F'

red 149 ◦ green 115 ◦ blue 47

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

Shades of Corn Harvest #95732F

Tints of Corn Harvest #95732F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.98%

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 47.91%
G = 36.98%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95732F (or 0x95732F) is known color: Corn Harvest. HEX triplet: 95, 73 and 2F. RGB value is (149,115,47). Sum of RGB (Red+Green+Blue) = 149+115+47=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95732F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95732F is #6A8CD0. Grayscale: #757575. Windows color (decimal): -6982865 or 3109781. OLE color: 3109781.

HSL color Cylindrical-coordinate representation of color #95732F: hue angle of 40º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95732F is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 115 47 -
CMYK 0 0.23 0.68 0.42
HSL 40º 0.52% 0.38% -
HSV(B) 40º 0.68% 0.58% -
XYZ 19.04 18.86 5.33 -
YUV 117.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 149 115 47 0 0.23 0.68 0.42 40 0.52 0.38
Hex 95 73 2F 0 17 44 2A 28 34 26
Octal 225 163 57 0 27 104 52 50 64 46
Binary 10010101 1110011 101111 0 10111 1000100 101010 101000 110100 100110

Color Harmonies of #95732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95732F

Black with #95732F

Text Example


Text Example

White with #95732F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,115,47); }

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

background-color css

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

 a { background-color: rgb(149,115,47); }

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

border-color css

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

 span { border-color: rgb(149,115,47); }

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