Html Css Color HEX #857530 Corn Harvest

📋 copy color: '#857530'

red 133 ◦ green 117 ◦ blue 48

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

Shades of Corn Harvest #857530

Tints of Corn Harvest #857530

RGB

 RED value IS 133 (52.34% from 255) = 44.63%

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

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 44.63%
G = 39.26%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#857530 (or 0x857530) is known color: Corn Harvest. HEX triplet: 85, 75 and 30. RGB value is (133,117,48). Sum of RGB (Red+Green+Blue) = 133+117+48=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #857530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857530 is #7A8ACF. Grayscale: #727272. Windows color (decimal): -8030928 or 3175813. OLE color: 3175813.

HSL color Cylindrical-coordinate representation of color #857530: hue angle of 48.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #857530 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 48 -
CMYK 0 0.12 0.64 0.48
HSL 48.71º 0.47% 0.35% -
HSV(B) 48.71º 0.64% 0.52% -
XYZ 16.57 17.92 5.38 -
YUV 113.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 133 117 48 0 0.12 0.64 0.48 48.71 0.47 0.35
Hex 85 75 30 0 C 40 30 31 2F 23
Octal 205 165 60 0 14 100 60 61 57 43
Binary 10000101 1110101 110000 0 1100 1000000 110000 110001 101111 100011

Color Harmonies of #857530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857530

Black with #857530

Text Example


Text Example

White with #857530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857530; }

 p { color: rgb(133,117,48); }

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

background-color css

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

 a { background-color: rgb(133,117,48); }

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

border-color css

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

 span { border-color: rgb(133,117,48); }

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