Html Css Color HEX #95702B Corn Harvest

📋 copy color: '#95702B'

red 149 ◦ green 112 ◦ blue 43

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

Shades of Corn Harvest #95702B

Tints of Corn Harvest #95702B

RGB

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

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

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

R = 49.01%
G = 36.84%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#95702B (or 0x95702B) is known color: Corn Harvest. HEX triplet: 95, 70 and 2B. RGB value is (149,112,43). Sum of RGB (Red+Green+Blue) = 149+112+43=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #95702B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95702B is #6A8FD4. Grayscale: #737373. Windows color (decimal): -6983637 or 2846869. OLE color: 2846869.

HSL color Cylindrical-coordinate representation of color #95702B: hue angle of 39.06º 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 #95702B is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 43 -
CMYK 0 0.25 0.71 0.42
HSL 39.06º 0.55% 0.38% -
HSV(B) 39.06º 0.71% 0.58% -
XYZ 18.62 18.15 4.81 -
YUV 115.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 149 112 43 0 0.25 0.71 0.42 39.06 0.55 0.38
Hex 95 70 2B 0 19 47 2A 27 37 26
Octal 225 160 53 0 31 107 52 47 67 46
Binary 10010101 1110000 101011 0 11001 1000111 101010 100111 110111 100110

Color Harmonies of #95702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95702B

Black with #95702B

Text Example


Text Example

White with #95702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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