Html Css Color HEX #838D54 Finch

📋 copy color: '#838D54'

red 131 ◦ green 141 ◦ blue 84

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

Shades of Finch #838D54

Tints of Finch #838D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 23.6%

R = 36.8%
G = 39.61%
B = 23.6%

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

#838D54 (or 0x838D54) is known color: Finch. HEX triplet: 83, 8D and 54. RGB value is (131,141,84). Sum of RGB (Red+Green+Blue) = 131+141+84=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #838D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D54 is #7C72AB. Grayscale: #838383. Windows color (decimal): -8155820 or 5541251. OLE color: 5541251.

HSL color Cylindrical-coordinate representation of color #838D54: hue angle of 70.53º 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 #838D54 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 141 84 -
CMYK 0.07 0 0.40 0.45
HSL 70.53º 0.25% 0.44% -
HSV(B) 70.53º 0.4% 0.55% -
XYZ 20.49 24.52 12.04 -
YUV 131.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 131 141 84 0.07 0 0.40 0.45 70.53 0.25 0.44
Hex 83 8D 54 7 0 28 2D 47 19 2C
Octal 203 215 124 7 0 50 55 107 31 54
Binary 10000011 10001101 1010100 111 0 101000 101101 1000111 11001 101100

Color Harmonies of #838D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D54

Black with #838D54

Text Example


Text Example

White with #838D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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