Html Css Color HEX #95742B Corn Harvest

📋 copy color: '#95742B'

red 149 ◦ green 116 ◦ blue 43

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

Shades of Corn Harvest #95742B

Tints of Corn Harvest #95742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 48.38%
G = 37.66%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#95742B (or 0x95742B) is known color: Corn Harvest. HEX triplet: 95, 74 and 2B. RGB value is (149,116,43). Sum of RGB (Red+Green+Blue) = 149+116+43=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #95742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95742B is #6A8BD4. Grayscale: #757575. Windows color (decimal): -6982613 or 2847893. OLE color: 2847893.

HSL color Cylindrical-coordinate representation of color #95742B: hue angle of 41.32º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #95742B is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 43 -
CMYK 0 0.22 0.71 0.42
HSL 41.32º 0.55% 0.38% -
HSV(B) 41.32º 0.71% 0.58% -
XYZ 19.08 19.05 4.96 -
YUV 117.55 85.93 150.44 -
System Red Green Blue C M Y K H S L
Decimal 149 116 43 0 0.22 0.71 0.42 41.32 0.55 0.38
Hex 95 74 2B 0 16 47 2A 29 37 26
Octal 225 164 53 0 26 107 52 51 67 46
Binary 10010101 1110100 101011 0 10110 1000111 101010 101001 110111 100110

Color Harmonies of #95742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95742B

Black with #95742B

Text Example


Text Example

White with #95742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95742B; }

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

 H1.HeaderClassName
 {
   color: #95742B;
 }
 .AnyTagClassName
 {
   color: #95742B;
 }
</style>

background-color css

<style>
 a { background-color: #95742B; }

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

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

border-color css

<style>
 span { border-color: #95742B; }

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

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