Html Css Color HEX #838750 Finch

📋 copy color: '#838750'

red 131 ◦ green 135 ◦ blue 80

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

Shades of Finch #838750

Tints of Finch #838750

RGB

 RED value IS 131 (51.56% from 255) = 37.86%

 GREEN value IS 135 (53.13% from 255) = 39.02%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 37.86%
G = 39.02%
B = 23.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#838750 (or 0x838750) is known color: Finch. HEX triplet: 83, 87 and 50. RGB value is (131,135,80). Sum of RGB (Red+Green+Blue) = 131+135+80=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #838750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838750 is #7C78AF. Grayscale: #7F7F7F. Windows color (decimal): -8157360 or 5277571. OLE color: 5277571.

HSL color Cylindrical-coordinate representation of color #838750: hue angle of 64.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838750 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 135 80 -
CMYK 0.03 0 0.41 0.47
HSL 64.36º 0.26% 0.42% -
HSV(B) 64.36º 0.41% 0.53% -
XYZ 19.47 22.73 10.95 -
YUV 127.53 101.17 130.47 -
System Red Green Blue C M Y K H S L
Decimal 131 135 80 0.03 0 0.41 0.47 64.36 0.26 0.42
Hex 83 87 50 3 0 29 2F 40 1A 2A
Octal 203 207 120 3 0 51 57 100 32 52
Binary 10000011 10000111 1010000 11 0 101001 101111 1000000 11010 101010

Color Harmonies of #838750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838750

Black with #838750

Text Example


Text Example

White with #838750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838750; }

 p { color: rgb(131,135,80); }

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

background-color css

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

 a { background-color: rgb(131,135,80); }

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

border-color css

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

 span { border-color: rgb(131,135,80); }

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