Html Css Color HEX #867526 Corn Harvest

📋 copy color: '#867526'

red 134 ◦ green 117 ◦ blue 38

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

Shades of Corn Harvest #867526

Tints of Corn Harvest #867526

RGB

 RED value IS 134 (52.73% from 255) = 46.37%

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 46.37%
G = 40.48%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#867526 (or 0x867526) is known color: Corn Harvest. HEX triplet: 86, 75 and 26. RGB value is (134,117,38). Sum of RGB (Red+Green+Blue) = 134+117+38=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #867526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867526 is #798AD9. Grayscale: #717171. Windows color (decimal): -7965402 or 2520454. OLE color: 2520454.

HSL color Cylindrical-coordinate representation of color #867526: hue angle of 49.38º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #867526 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 38 -
CMYK 0 0.13 0.72 0.47
HSL 49.38º 0.56% 0.34% -
HSV(B) 49.38º 0.72% 0.53% -
XYZ 16.54 17.93 4.42 -
YUV 113.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 134 117 38 0 0.13 0.72 0.47 49.38 0.56 0.34
Hex 86 75 26 0 D 48 2F 31 38 22
Octal 206 165 46 0 15 110 57 61 70 42
Binary 10000110 1110101 100110 0 1101 1001000 101111 110001 111000 100010

Color Harmonies of #867526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867526

Black with #867526

Text Example


Text Example

White with #867526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867526; }

 p { color: rgb(134,117,38); }

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

background-color css

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

 a { background-color: rgb(134,117,38); }

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

border-color css

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

 span { border-color: rgb(134,117,38); }

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