Html Css Color HEX #967529 Corn Harvest

📋 copy color: '#967529'

red 150 ◦ green 117 ◦ blue 41

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

Shades of Corn Harvest #967529

Tints of Corn Harvest #967529

RGB

 RED value IS 150 (58.98% from 255) = 48.7%

 GREEN value IS 117 (46.09% from 255) = 37.99%

 BLUE value IS 41 (16.41% from 255) = 13.31%

R = 48.7%
G = 37.99%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#967529 (or 0x967529) is known color: Corn Harvest. HEX triplet: 96, 75 and 29. RGB value is (150,117,41). Sum of RGB (Red+Green+Blue) = 150+117+41=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #967529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967529 is #698AD6. Grayscale: #767676. Windows color (decimal): -6916823 or 2717078. OLE color: 2717078.

HSL color Cylindrical-coordinate representation of color #967529: hue angle of 41.83º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #967529 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 117 41 -
CMYK 0 0.22 0.73 0.41
HSL 41.83º 0.57% 0.37% -
HSV(B) 41.83º 0.73% 0.59% -
XYZ 19.34 19.37 4.82 -
YUV 118.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 150 117 41 0 0.22 0.73 0.41 41.83 0.57 0.37
Hex 96 75 29 0 16 49 29 2A 39 25
Octal 226 165 51 0 26 111 51 52 71 45
Binary 10010110 1110101 101001 0 10110 1001001 101001 101010 111001 100101

Color Harmonies of #967529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967529

Black with #967529

Text Example


Text Example

White with #967529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967529; }

 p { color: rgb(150,117,41); }

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

background-color css

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

 a { background-color: rgb(150,117,41); }

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

border-color css

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

 span { border-color: rgb(150,117,41); }

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