Html Css Color HEX #838850 Finch

📋 copy color: '#838850'

red 131 ◦ green 136 ◦ blue 80

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

Shades of Finch #838850

Tints of Finch #838850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

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

R = 37.75%
G = 39.19%
B = 23.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#838850 (or 0x838850) is known color: Finch. HEX triplet: 83, 88 and 50. RGB value is (131,136,80). Sum of RGB (Red+Green+Blue) = 131+136+80=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #838850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838850 is #7C77AF. Grayscale: #808080. Windows color (decimal): -8157104 or 5277827. OLE color: 5277827.

HSL color Cylindrical-coordinate representation of color #838850: hue angle of 65.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 #838850 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 136 80 -
CMYK 0.04 0 0.41 0.47
HSL 65.36º 0.26% 0.42% -
HSV(B) 65.36º 0.41% 0.53% -
XYZ 19.61 23.01 11 -
YUV 128.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 131 136 80 0.04 0 0.41 0.47 65.36 0.26 0.42
Hex 83 88 50 4 0 29 2F 41 1A 2A
Octal 203 210 120 4 0 51 57 101 32 52
Binary 10000011 10001000 1010000 100 0 101001 101111 1000001 11010 101010

Color Harmonies of #838850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838850

Black with #838850

Text Example


Text Example

White with #838850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838850; }

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

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

background-color css

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

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

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

border-color css

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

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

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