Html Css Color HEX #838D55 Finch

📋 copy color: '#838D55'

red 131 ◦ green 141 ◦ blue 85

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

Shades of Finch #838D55

Tints of Finch #838D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.5%

 BLUE value IS 85 (33.59% from 255) = 23.81%

R = 36.69%
G = 39.5%
B = 23.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#838D55 (or 0x838D55) is known color: Finch. HEX triplet: 83, 8D and 55. RGB value is (131,141,85). Sum of RGB (Red+Green+Blue) = 131+141+85=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #838D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D55 is #7C72AA. Grayscale: #838383. Windows color (decimal): -8155819 or 5606787. OLE color: 5606787.

HSL color Cylindrical-coordinate representation of color #838D55: hue angle of 70.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838D55 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 141 85 -
CMYK 0.07 0 0.40 0.45
HSL 70.71º 0.25% 0.44% -
HSV(B) 70.71º 0.4% 0.55% -
XYZ 20.52 24.53 12.25 -
YUV 131.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 131 141 85 0.07 0 0.40 0.45 70.71 0.25 0.44
Hex 83 8D 55 7 0 28 2D 47 19 2C
Octal 203 215 125 7 0 50 55 107 31 54
Binary 10000011 10001101 1010101 111 0 101000 101101 1000111 11001 101100

Color Harmonies of #838D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D55

Black with #838D55

Text Example


Text Example

White with #838D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838D55; }

 p { color: rgb(131,141,85); }

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

background-color css

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

 a { background-color: rgb(131,141,85); }

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

border-color css

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

 span { border-color: rgb(131,141,85); }

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